Plugins Cocoa / Objective-C;
|
|
Badges View, a component to show badges everywhere on your application
This component will allow you to put an iOS Badge-like everywhere in your application. So it is now not limited to the UITabBar or to the application icon.
You can change its color, size, set it to have a shadow or not, and to blink, change its font color and size, etc.
It is actually used on 3 of our commercial apps so it fits "Apple recommendations".
|
|
LTShakeAndDeleteView, a component to shake your views like the home icons when deleting
LTShakeAndDeleteView is an UIView that will allow you to shake it (and all its children) just the way the iOS home icons does when you want to delete or move them.
It allows also to add or remove an icon on the top left or top right position of your UIView to be able to handle that kind of action request.
There's 2 different kind of icons (minus or remove), of two different sizes (24x24 or 32x32) that can be placed at the left or right top position of the view.
