We are getting into object oriented design philosophy here. Describe what those routines do in natural language. If the relationship between your two UIViews and the common stuff is is a, use inheritance to make your two UIView subclasses extend from a common base class. If it's has a, use composition - move the common functionality into a separate class, an instance of which each of your two UIViews would contain.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: