Releases: ca-archived/iOS-NBUKit
Releases · ca-archived/iOS-NBUKit
2.5.1
2.5.0
• Bug and warning fixes.
• Xcode 9 compatibility.
2.4.2
• Maintenance update.
2.4.1
- Patch subspecs circular dependency.
2.4.0
- Remove
NBUApplicationDelegate
. - Update NBULog/CocoaLumberjack compatibility.
- Fix build warnings.
2.3.1
- Fix
RKOrderedDictionary
exception.
2.3.0
- Xcode 6 and CocoaPods 0.34.1 compatibility.
- Rename subspec
NBUKit/Library/RestKit Support
->NBUKit/Library/RestKit Support
.
2.2.2
UIScrollView+NBUAdditions
: Add scrollToTop
IBAction
2.2.1
- Fix NBUSplashView.xib
- UIScrollView+NBUAdditions: Fix autoAdjustInsets when the scroll view is the controller's view
- Remove valid device orientation check from setSupportedDeviceOrientations
2.2.0
- Updated
NBURefreshControl
to look better with iOS 7 translucent bars and newNBURefreshStatusReleaseToRefresh
state. - New
autoAdjustInsets
andautoAdjustContentSize
methods inUIScrollView
additions. - Refactor `UITabBarController' additions and make hiding/showing tab bar compatible with iOS 7
- Refactor and better handle
NBUMailComposeViewController
errors - Update string formatting for 64bit compatibility.