Skip to content

Releases: RoleModel/RMSTokenView

Various Fixes and Stability Improvements

Choose a tag to compare

@rcdilorenzo rcdilorenzo released this 07 Mar 12:25

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

Choose a tag to compare

@rcdilorenzo rcdilorenzo released this 06 May 13:57

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

Choose a tag to compare

@rcdilorenzo rcdilorenzo released this 19 Sep 17:54
  • 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

Choose a tag to compare

@rcdilorenzo rcdilorenzo released this 03 Sep 19:11
  • 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

Choose a tag to compare

@rcdilorenzo rcdilorenzo released this 02 Sep 20:14
  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

Choose a tag to compare

@rcdilorenzo rcdilorenzo released this 02 Sep 17:38
1.0

Add podspec