Skip to content

Releases: allbto/Swiftility

Little fixes

02 May 14:41
Compare
Choose a tag to compare
  • Add optional builder for AutoLayout helper
  • Fix UIApplication.openSettings iOS version issue
  • Remove default color for UILabel convenience init
  • Remove confusing function UIViewController.sw_setupViews

Lots of updates

22 Dec 17:11
Compare
Choose a tag to compare
  • Dispatch once
  • Swift 3 AnyObject -> Any
  • Objective-C helper function swizzle
  • UIViewController.ask method
  • More Swift 3 updates
  • UIViewController setup methods like sw_setupViews, sw_setupPermanentNotificationObservers, etc.
  • String.isValidEmail, String.truncated
  • UIView autolayout helpers
  • class ConcurrentOperation: Operation Async Operation base class
  • Lots more!!

Swift 3 + Cleanup

21 Sep 15:49
Compare
Choose a tag to compare
0.10.0

Update: Podspec version

Last version before Swift 3

20 Sep 12:48
Compare
Choose a tag to compare
0.9.2

Update: Podspec version

Moving files up

16 Aug 15:43
Compare
Choose a tag to compare
  • Moving files to / instead of /Swiftility

Cocoapods upgrade

16 Aug 14:13
Compare
Choose a tag to compare
  • 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

08 Jun 09:14
Compare
Choose a tag to compare

Fix usage for observeKeyboardChanges & adjustWithKeyboard

0.8

07 Jun 15:55
Compare
Choose a tag to compare
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 of NSNotificationCenter.defaultCenter().addObserverWithNames([UIKeyboardWillChangeFrameNotification, UIKeyboardWillHideNotification])
  • _adjustKeyboardWithUpdateClosure -> adjustWithKeyboard
    Now public

0.7.5

02 May 10:02
Compare
Choose a tag to compare
  • Swift 2.2
  • Cleanup
  • Update for Travis build
  • Main thread check for dynamic binding
  • Cleanup UITableView / UICollectionView dequeue method

0.7.4

23 Feb 12:51
Compare
Choose a tag to compare
  • Fix spacing
  • Fix addObserver return value