Releases: allbto/Swiftility
Releases · allbto/Swiftility
Little fixes
Lots of updates
- Dispatch
once
- Swift 3
AnyObject
->Any
- Objective-C helper function
swizzle
UIViewController.ask
method- More Swift 3 updates
UIViewController
setup methods likesw_setupViews
,sw_setupPermanentNotificationObservers
, etc.String.isValidEmail
,String.truncated
UIView
autolayout helpersclass ConcurrentOperation: Operation
Async Operation base class- Lots more!!
Swift 3 + Cleanup
0.10.0 Update: Podspec version
Last version before Swift 3
0.9.2 Update: Podspec version
Moving files up
- Moving files to / instead of /Swiftility
Cocoapods upgrade
- Fix: UIView hidden animated, incorrect default alpha
- Fix & Add: String sizing
- Add: Dynamic convenience value setter
- Add: Matches for Regex + Refactor: Regex methods calling
- Add: CollectionType mapOptional
- Add: String extensions
- Add: Image generation for color
- Add: Public keyword for newly added properties
- Add: Parameters to debounce returning function
- Fix: Incorrect range in regex checking
- Fix: Optimize simple regex match
- Remove: String sub script range setter
- Add: Range converter
- Add: Register class for TableView and CollectionView
- Remove: TableViewCell Protocol
- Fix: Regex replace parameter name
- Upgrade: cocoa pods to 1.0
0.8.1
0.8
Big cleanup
New funcs:
- Dictionary: update
- NSNotificationCenter: removeObservers
- String: Range set subscript, trim
- UICollectionView: flowLayout variable, targetCenteredContentOffset
- UIView: Init with backgroundColor, setHidden
Updates:
- subscribeToKeyboardUpdates -> observeKeyboardChanges
Now only as an alias ofNSNotificationCenter.defaultCenter().addObserverWithNames([UIKeyboardWillChangeFrameNotification, UIKeyboardWillHideNotification])
- _adjustKeyboardWithUpdateClosure -> adjustWithKeyboard
Now public