Skip to content

Creating forms without a UITableView or UICollectionView

License

Notifications You must be signed in to change notification settings

stuaustin/FormsExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FormsExample

A small demonstration of a method to create forms (Log in/register) without using a UITableView or UICollectionView instance

This makes use of static layouts using a UIStackView nested inside a UIScrollView. The advantage of this approach is that you do not need to worry about dequeuing cells, cells being reused, delegates being changed, etc.

Reactive programming versions

rxSwift

About

Creating forms without a UITableView or UICollectionView

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages