ansun

3pods

LazyPageScrollView

1 packaging most of the common features, API concise, and custom is very flexible, according to the different products can be customized according to different styles of pageview. 2 to realize the page switching and the decoupling between the logic, the developer does not need to care about the pageview switch, just care for each view refresh and display. More than 3 create a way, and Xib seamless. 4 for pageview LazyTableView, for the optimization, to prevent multiple tableview will have too much cell, take a lot of resources. (follow-up will improve more optimization) 5 source only a h and M files, and no use of any other third party libraries. 6 can be combined with ViewController, the viewController into the pageView page, similar to the form of UITabBar.

License: MIT

  • Objective C

LazyTableView

1.Automatically load a remote URL of the JSON data, the analysis
of section also mention, allowing users to obtain higher
efficiency with less code. 2. manually create the local static cell, you can freely control
the section and cell. 3. custom HUD animation when there is no sense of violation and
loading data. LazyTableView can be the greatest degree of simplification of the
operation of UITableView, support for remote JSON loading

License: MIT

  • Objective C

RunTrace

RunTrace using Method Swizzling to require coordinates of a view before shown on the screen. Feel free to use RunTrace to track information about an UI element.Just like reveal but more powerful and the best part is that you can have all of this with just one line in your code.

License: MIT

  • Objective C