I created a class that wraps a UITextView and adds some ui elements. I want the new class\' API to be identical with UITextView, so I use message forwarding (listing below)
Simple solution is to use dynamic typing and declare aMyTextView as id, the warnings will go away.
aMyTextView
id