Tomasz Szulc
Tomasz Szulc
Quotes
Swift app containing iOS 8/9 features and things mentioned on WWDC 2015
Swifternalization
Localize iOS apps in a smarter way using JSON files. Swift framework.
TSActivityIndicatorView
Very simple view class that looks like an UIActivityIndicatorView but is fully customizable. It's great for you if you want to add indicator view to you game or app and it should be customized.
TSAssetsPickerController
Highly customizable control used to select multiple assets (saved photos and videos) for use in your app.
TSFileCache
Generic class that allows you to cache files on device's disk. Need to cache images or other files? Check this. Easy to subclass and reuse.
TSValidatedTextField
Simple and ready to use subclass of UITextField which uses NSRegularExpression to allows you to validate text in the text field with pattern you set.