/AEAccordion

UITableViewController with accordion effect (expand / collapse cells) & XIB in XIB - example in Swift

Primary LanguageSwiftMIT LicenseMIT

AEAccordion

UITableViewController with accordion effect (expand / collapse cells) & Nested XIB files (XIB inside XIB)

I had 2 small but interesting problems to solve and at the end I wanted to share my solution. You can see it in action below, and for details refer to the code, it's very light. Or, you can also read the docs.

AEAccordion is a minion which consists of two pods:

  • AEAccordion - UITableViewController with accordion effect (expand / collapse cells)
  • AEXibceptionView - Way to use nested XIB files (XIB inside XIB)

AEAccordion

Requirements

  • Xcode 7.0
  • Swift 2.0
  • iOS 9

Installation

  • Using CocoaPods:

    use_frameworks!
    pod 'AEAccordion'
    pod 'AEXibceptionView'
  • Manually:

    Just drag AEAccordion.swift and/or AEXibceptionView.swift into your project and that's it.

License

AEAccordion is released under the MIT license. See LICENSE for details.