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

Cold start practice sharing: 0 cost to attract 20,000 new users in 1 month

During the product cold start phase, there is a l...

Interpreting ASP.NET 5 & MVC6 Series (9): Logging Framework

Framework Introduction In the previous .NET, Micr...

Community monetization: the unbearable pain of community operators

1. Why do we need to talk about monetization? Wha...

Toutiao advertising strategy and channel characteristics

Why are my ads always performing poorly? I think ...

APP promotion tips: 101 website promotion methods

People often ask me how to promote a website? Tod...

Live worms found in milk powder! Is it the powder's fault or the worm's?

As the saying goes, "When spring thunder roa...