Hans Pinckaers

Month: July, 2010

KVO+Blocks

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

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 [...]