Ga direct naar inhoud.

Hans Pinckaers

KVO+Blocks

Just found out this little NSObject category. It’s awesome. A must #include in your project.

read more…

Multi-line/Autoresizing UITextView similar to SMS-app

I’ve been tinkering around the last days, creating a multi-line UITextView. I wanted a SMS-app like experience and needed a growing (and shrinking) textView. I tried using three20′s TTTextEditor, but it disables the bounces of the scroll (which is ugly) and has this big white margin on the bottom when you scroll down manually. So I needed a UITextView which grows/shrinks with the text always on the bottom and a bouncing scroll. Well, I wouldn’t be blogging this if I wouldn’t have been succesful. read more…