Pages
A page view controller provides a way to implement linear navigation between pages of content, such as in a document, book, notepad, or calendar. A page view controller uses one of two styles to manage transitions between pages during navigationโscrolling or page-curl. A scrolling transition has no specific appearance; pages fluidly scroll from one to the next. A page-curl transition causes pages to curl over as you swipe across the screen, turning like pages in a physical book.
ํ์ด์ง๋ทฐ ์ปจํธ๋กค๋ฌ๋ ๋ฌธ์, ์ฑ , ๋ฉ๋ชจ์ฅ ๋๋ ์บ๋ฆฐ๋์ ๊ฐ์ ์ฝํ ์ธ ํ์ด์ง๊ฐ์ ์ ํ ํ์์ ๊ตฌํํ๋ ๋ฐฉ๋ฒ์ ์ ๊ณตํฉ๋๋ค. ํ์ด์ง๋ทฐ ์ปจํธ๋กค๋ฌ๋ ๋ ๊ฐ์ง ์คํ์ผ ์ค ํ๋๋ฅผ ์ฌ์ฉํ์ฌ ํ์ ์ค ํ์ด์ง ์ฌ์ด์ ์ ํ์ ๊ด๋ฆฌํฉ๋๋ค(scrolling ๋๋ page-curl). scrolling ์ ํ์๋ ํน์ ๋ชจ์์ด ์์ต๋๋ค. ํ์ด์ง๋ค์ด ํ ํ์ด์ง์์ ๋ค์ ํ์ด์ง๋ก ์ ๋์ ์ผ๋ก ์คํฌ๋กค๋ฉ๋๋ค. page-curl ์ ํ์ ํ๋ฉด์ ์ค์์ดํ ํ ๋, ์ค์ ์ฑ ์ ํ์ด์ง์ฒ๋ผ ๋์๊ฐ๋ฉด์ ํ์ด์ง๊ฐ ๊ตฌ๋ถ๋ฌ์ง๊ฒ ๋ง๋ญ๋๋ค.

If appropriate, implement a way to navigate nonlinearly. When a page view controller is used, pages flow sequentially and thereโs no way to jump between nonadjoining pages. If people may need to access pages out of sequence in your app, implement a custom control that provides this functionality.
์ ์ ํ ๊ฒฝ์ฐ, ๋น์ ํ์ผ๋ก ํ์ํ๋ ๋ฐฉ๋ฒ์ ๊ตฌํํ์ญ์์ค. ํ์ด์ง๋ทฐ ์ปจํธ๋กค๋ฌ๊ฐ ์ฌ์ฉ๋ ๋, ํ์ด์ง๋ค์ ์์ฐจ์ ์ผ๋ก ํ๋ฅด๊ณ ์ธ์ ํ์ง ์์ ํ์ด์ง๊ฐ์ ์ ํ ํ ๋ฐฉ๋ฒ์ ์์ต๋๋ค. ์ฌ์ฉ์๊ฐ ์ฑ์์ ์์๊ฐ ํ๋ฆฐ ํ์ด์ง์ ์ ๊ทผํด์ผ ํ ํ์๊ฐ ์๋ ๊ฒฝ์ฐ, ์ด ๊ธฐ๋ฅ์ ์ ๊ณตํ๋ ๋ง์ถค ์ปจํธ๋กค์ ๊ตฌํํ์ญ์์ค.
For developer guidance, see UIPageViewController.
Pages - Views - iOS - Human Interface Guidelines - Apple Developer
Last updated