All Projects → appcoda → Expandable Table View

appcoda / Expandable Table View

Expandable UITableView in iOS

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Expandable Table View

React Native Mixpanel
A React Native wrapper for Mixpanel tracking
Stars: ✭ 451 (+150.56%)
Mutual labels:  ios-app, xcode
Tangramkit
TangramKit is a powerful iOS UI framework implemented by Swift. It integrates the functions with Android layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,LayoutSizeClass to build your App 自动布局 UIView UITableView UICollectionView
Stars: ✭ 984 (+446.67%)
Mutual labels:  xcode, uitableview
Example Ios Apps
 A curated list of Open Source example iOS apps developed in Swift. An amazing list for people who are beginners and learning ios development and for ios developers who need any example app or feature.
Stars: ✭ 461 (+156.11%)
Mutual labels:  ios-app, xcode
Expenso Ios
A Simple Expense Tracker App built to demonstrate the use of SwiftUI, CoreData, Charts, Biometrics (Face & Touch ID) and MVVM Architecture.
Stars: ✭ 191 (+6.11%)
Mutual labels:  ios-app, xcode
Coremldemo
A simple demo for Core ML
Stars: ✭ 90 (-50%)
Mutual labels:  ios-app, xcode
Ios Open Gpx Tracker
GPS Tracker app for iOS + WatchOS. Log your tracks without limits and share them; Open source GPX tracker app written in Swift
Stars: ✭ 344 (+91.11%)
Mutual labels:  ios-app, xcode
Gltablecollectionview
Netflix and App Store like UITableView with UICollectionView, written in pure Swift 4.2
Stars: ✭ 709 (+293.89%)
Mutual labels:  xcode, uitableview
Icepa
iOS system-wide VPN based Tor client
Stars: ✭ 519 (+188.33%)
Mutual labels:  ios-app, xcode
Phimpme Ios
Phimp.me - Photo Image Editor and Sharing App. Phimp.me is a Photo App for iOS that aims to replace proprietary photo applications. It offers features such as taking photos, adding filters, editing images and uploading them to social networks.
Stars: ✭ 79 (-56.11%)
Mutual labels:  ios-app, xcode
Eventkit
A template conference app, featuring real-time schedule and data changes & running on Realm 🚀
Stars: ✭ 59 (-67.22%)
Mutual labels:  ios-app, xcode
Qrcodereader
Barcode and QR code reader built in Swift
Stars: ✭ 237 (+31.67%)
Mutual labels:  ios-app, xcode
Genericdatasource
A generic small reusable components for data source implementation for UITableView/UICollectionView in Swift.
Stars: ✭ 127 (-29.44%)
Mutual labels:  xcode, uitableview
Automatic Height Tagcells
This is a sample project to implement features with dynamic height of UITableViewCell based on autolayout, tags aligned automatically and clickable tags.
Stars: ✭ 229 (+27.22%)
Mutual labels:  xcode, uitableview
Mylinearlayout
MyLayout is a powerful iOS UI framework implemented by Objective-C. It integrates the functions with Android Layout,iOS AutoLayout,SizeClass, HTML CSS float and flexbox and bootstrap. So you can use LinearLayout,RelativeLayout,FrameLayout,TableLayout,FlowLayout,FloatLayout,PathLayout,GridLayout,LayoutSizeClass to build your App 自动布局 UIView UITab…
Stars: ✭ 4,152 (+2206.67%)
Mutual labels:  xcode, uitableview
Kotlin Multiplatform Showcase
A real minimal app illustrating Kotlin Multiplatform
Stars: ✭ 51 (-71.67%)
Mutual labels:  ios-app, xcode
Stompclientlib
Simple STOMP Client library, Swift 3 and 4, 4.2, 5 compatible
Stars: ✭ 99 (-45%)
Mutual labels:  ios-app, xcode
Swiftui Tutorials
A code example and translation project of SwiftUI. / 一个 SwiftUI 的示例、翻译的教程项目。
Stars: ✭ 1,992 (+1006.67%)
Mutual labels:  ios-app, xcode
Assetchecker
👮Sanitize your Assets.xcassets files
Stars: ✭ 167 (-7.22%)
Mutual labels:  xcode
Files
A nicer way to handle files & folders in Swift
Stars: ✭ 2,189 (+1116.11%)
Mutual labels:  xcode
Hgplaceholders
Nice library to show placeholders and Empty States for any UITableView/UICollectionView in your project
Stars: ✭ 2,048 (+1037.78%)
Mutual labels:  uitableview

Expandable UITableView in iOS with Swift

A common feature of almost all apps is the fact that they provide multiple view controllers to users to navigate and work with. Those view controllers can be used in many ways, such as to simply display some kind of information on-screen, or to gather complex data from user input. Creating new view controllers for different functionalities of an app is often mandatory, and several times a little bit daunting task. However, sometimes it's possible to avoid creating new view controllers (and their respective scenes in storyboard) if you just make use of expandable tableviews.

For full tutorials, check it out at:

http://www.appcoda.com/expandable-table-view

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].