Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 824 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 824 Bytes

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.