FLDKit library is now on the google code
Wednesday, December 31st, 2008I decided to upload some of my objective c class to the google code. To share information to others.
First class is a FLDView and FLDRadioGroup.
FLDView is a simple UIView extension, that provides position and size access shortcut like, setX, setWidth, setTop and so on. I think UIView is not so useful to control visual element dynamically with code.
FLDRadioGroup is an alternative class of UISegmentedController. With using this class you can use normal UIButton as if it is radio button.
If you have nay question, feedback, and English lesson to me. Feel free and contact me.
