Releases: RoleModel/RMSTokenView
Releases · RoleModel/RMSTokenView
Various Fixes and Stability Improvements
This release includes several bug fixes and stability improvements include the following:
- Fix iOS 8 delete backword functionality
- Fix crash with multiple token instances
- Fix width constraint issue
New properties on RMSTokenView
include the following:
- Add
maxHeight
property for each token view
Internal Reworks + New Placeholder Property
This release primarily contains internal improvements and has added several UI tests to ensure proper behavior. It also adds several API calls including removeAllTokens
and the new placeholder
property that shows the text when no tokens are present.
iOS 7 Styles
New Delegate Method
- Added a new delegate method that allows a transformation of the token text before it is added.
- (NSString *)tokenView:(RMSTokenView *)tokenView willPresentTokenWithText:(NSString *)text;
Bug Fixes #1
- Fix delegate method not being called:
- (void)tokenView:(RMSTokenView *)tokenView didAddTokenWithText:(NSString *)text;
- Add more padding to the left side where the first token is placed.
Initial Release
1.0 Add podspec