Skip to content

Releases: RoleModel/RMSTokenView

Various Fixes and Stability Improvements

07 Mar 12:25
Compare
Choose a tag to compare

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

06 May 13:57
Compare
Choose a tag to compare

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

19 Sep 17:54
Compare
Choose a tag to compare
  • Styles that will automatically change based on whether you are running iOS 7 or not. If it is not iOS 7, then the styles will look like the ones in the main README.

iOS 7 Styles

New Delegate Method

03 Sep 19:11
Compare
Choose a tag to compare
  • 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

02 Sep 20:14
Compare
Choose a tag to compare
  1. Fix delegate method not being called:
- (void)tokenView:(RMSTokenView *)tokenView didAddTokenWithText:(NSString *)text;
  1. Add more padding to the left side where the first token is placed.

Initial Release

02 Sep 17:38
Compare
Choose a tag to compare
1.0

Add podspec