Posts

Showing posts with the label iSamples - Mac

SSToken

Image
SSToken is a replacement for NSTokenField. SSToken  is open and customisable to your needs. Where as the native NSTokenField is very hard for customisation. Whats great? SSToken will increase the content view height when new token is added like in a Apple Mail - Compose Mail. Usage: Instantiate SSToken just like the rest of NSView designated initializer  initWithFrame: method. Use setTokens: method to set the array of tokens. Implement delegate methods if in case its needed. Features: Customisable tokens. Replace the token images to match your needs. SSToken will grow like in Apple Mail - Compose Mail. Able to remove the token by tapping on close button on SSToken. Able to change the text color of the SSToken. Highlighting the token with different color on mouse hover. Future Implementation: Able to edit the text just like NSTokenField. Suggestion as we type in SSToken. Selection of SSToken for custom actions like delete....

In App Notification.

Image
  I was just integrating a growl framework to my application and found that growl being an open source library, the application is a paid one. So just thought of sharing this framework. SSInAppNotification will display a notification like growl. Whats the difference? No need of any other third-party library like growl to show the notifications. Moreover the growl application is a paid app in Mac OSX 10.7 Integrate the framework and there you go. It's as simple as that. Features: Change the window positions to display the notification message. Showing customized application icon on left side of the message. Attributed string for title and substring. Customized background notification image [Not yet implemented]. Download Framework