Simplify the framework for switching between PageView and TabView

Simplify the framework for switching between PageView and TabView

Source code introduction:
Developers who have developed apps must have this pain point. It is probably not an easy task to make a pageView that can switch tabs. For example, in the order module, if users can slide to switch between the three views of pending payment, completed, and after-sales, it will involve a lot of page logic and interaction. How great it would be if there could be a one-time encapsulation, where the logic of each page is decoupled, and the switching and interaction of different pages can be encapsulated. Therefore, this framework was born to meet such needs.
Its advantages

  1. It encapsulates most common functions, the API is concise and clear, and the customization is very flexible. Different styles of pageview can be customized according to different products.
  2. The decoupling between page switching and logic is achieved. Developers do not need to worry about the switching of pageviews, but only need to worry about the refresh and display of each view.
  3. Multiple creation methods, seamlessly integrated with xib.
  4. When the pageview is LazyTableView, we have made some optimizations to prevent multiple tableviews from having too many cells and taking up a lot of resources. (More optimizations will be made later)
  5. The source code has only one h and m file, and does not use any other third-party libraries.

Source code renderings:

[[140722]]

Download address: http://download..com/data/2068447

<<:  WeChat "death code" has now become a blackmail tool in their hands

>>:  Not enough memory? Talk about the most common memory leaks in Android development and how to solve them

Recommend

The product logic behind the epidemic topics of Toutiao, WeChat, and Alipay

In January 2020, at the beginning of the Chinese ...

[Live] DCloud CTO Cui Hongbao: How to quickly convert an H5 website into an App?

Converting an H5 website into an App is not just ...

What kind of river is the Tarim River? Learn more in this article →

“Tarim River, the river of my hometown, how many ...

Not just lung cancer! Why is it so hard to quit smoking?

Have you ever had such an experience? I finally w...

B station marketing promotion model and suggestions!

Bilibili is a video content community that starte...