Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (23 loc) · 1.63 KB

SOPT_26th_iOS

by HansolNoh

Index

No. Title Context
1 1st week Assignment1 Navigation Controller
2 1st week Assignment2 Login Process(Sign up, Sign in, Logout)

1. 1st Week Assignment - Navigation Controller

  • Present Modally(Segue) vs Push/Pop(Navigation Controller)

    • Present Modally : Segue의 일종으로 Present 방식의 전환이며 여러가지 방식이 있다.

      • https://zeddios.tistory.com/828 참고

      • 방식은 아래와 같이 선언할 수 있다.

        aViewController.modalPresentationStyle = .pageSheet/.fullScreen/ .formSheet
        

스크린샷 2020-04-24 오후 6.28.50스크린샷 2020-04-24 오후 6.30.00

.