새싹 iOS 2주차 - 1

영 yyyng·2022년 7월 11일
0

Sesac

목록 보기
9/32
post-thumbnail
  • 투명도
    뷰에서 alpha로 조절하면 뷰에 속해 있는 다른 객체와 같이 투명해진다.
    opacity로 조절하면 해당 객체만 투명해진다.

  • rendering mode (template vs original)

  • cornerRadius
    clip to bounds = 바깥영역에서 모서리를 갂을 것이냐 ->shadow 병행 사용 불가
    cornerRadius / clips to bounds/ shadow

  • event
    touch up inside(button)
    value changed(switch / slider / date picker)

  • EditingChanged 실시간
    DidEndOnExit

  • stackView 안에서 isHidden하면 유동적인 처리 가능

  • maskedCorners = [] 특정한 모서리만 둥글게

  • modal present(위아래), show push/pop(좌우)


UIViewController
UITableViewController
UICollectionViewController
UIPageViewController
UINavigationController - 드릴다운인터페이스 , 차례대로 들어가야하는 수직적 화면관리 / 루트뷰-> 차일드뷰
UITabBarController
UISplitViewController - ipad용


tab bar(컨트롤러에서 설정가능한 공통 요소) -> tab bar item(각 뷰별)
ios 13 - UIBarAppearance - standard/scroll edge
compact/compact scroll edge - 가로모드

탭바 컨트롤러에서 네비게이션 컨트롤러로 연결

레이아웃 연습 / 버튼 탭 count /
버튼 tag(버튼 액션에 여러 버튼 연결한 경우 구분을 위한 사용)

profile
yyyng2.github.io

0개의 댓글