简体   繁体   中英

Display long text in multiple UITextView

I need to display articles with pictures or videos maybe later. I need to display this in multiple pages. User and swipe up and down to change page. The pages need to slide out and in. What are the good ways to do this? I did some research and have some thoughts with questions.

  1. UITextview. Using one layout manager for each UITextview, it can decide how to separate the article into different pages. Then I need to put UITextview to different views. Add all the views to controller and slide in and out. Question with this approach: how do I know how many views do I need?

  2. UIScrollView. How can it slide in and out?

Thanks, Lee

I would prefer UIScrollView with Paging.

Here are a few examples

Example 1

Example 2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM