Skip to content

iOS projects for some solutions I'd like to share or not forget

License

Notifications You must be signed in to change notification settings

maniacs-engineerica/iOS-solutions

 
 

Repository files navigation

iOS-solutions

iOS projects for some solutions I'd like to share or not forget

TableHeaderView+Autolayout
Dynamic UITableView header's height based on content using Auto Layout.

IBInspectable+AccessibilityIdentifier
Demonstrates ability to set UIView's accessibilityIdentifier from interface builder via IBInspectable.

ICU plural rules
Demonstrates number plural form determination via ICU. Apple uses something like that to select correct string from .stringsdict. See Understanding iOS internationalization for details.

MDBottomSnappingCells
Special UICollectionView layout that makes cells stick to the bottom if there are not enough cells to fill it vertically.

About

iOS projects for some solutions I'd like to share or not forget

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 52.2%
  • Swift 37.4%
  • C 10.4%