AXAListView 0.1.4

AXAListView 0.1.4

Maintained by Harald Bregu.



AXAListView

Supported Platforms License Releases Latest pod release Build Status Twitter Donate

About

This library is maintained by Harald Bregu.
I'm specialized in the designing and coding of custom UI for iOS Apps.

Installation

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 9.0+
  • Xcode 9

Installation

AXAListView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AXAListView'
listView.reloadData(numberOfItems: { (listView) -> Int in
    return 13
}) { (listView, index) -> UIView in
    return (index % 2 == 0) ? AXAListViewItem.instatiateFromNib(nibName: "AXAListViewItemOne") : AXAListViewItem.instatiateFromNib(nibName: "AXAListViewItemTwo")
}

Author

Harald Bregu, [email protected]

License

AXAListView is available under the MIT license. See the LICENSE file for more info.