Jun 13, 2011

UITableViewCell with UITextFields

I wrote a MSTextFieldCell <https://github.com/moeseth/MSTextFieldCell> for a project, and it's now available to use for free.



It's basically superb for making a sign-in screen or something like that.
To use you will need to load

- (void) loadPassField;
- (void) loadUsernameField;
accordingly.

It's kinda simple and if you can't get it (:/), hit me up at http://twitter.com/moeseth


Hope you enjoy that.


.

Jun 8, 2011

Three New fonts in OSX Lion

Apple have added three new fonts in OSX Lion, but unfortunately, not in iOS 5.

.

Jun 5, 2011

Bitly shortener obj-c

I wrote MSBitly class for a project. It's free to use or learn in case you need it.


You can check it out here!



.