Inheritance in UIView in Xcode

So, our problem is how to use inheritance using Xcode. We have developed the BB app. In which we need a title on each screen. So did BasicScreen and expanded each screen from it. What we need in Xcode is the same scenario, but unfortunately we cannot figure out how to play with it. Can anyone suggest us how to implement this or the best way to do it ... !! Examples or useful useful links would be greatly appreciated.

+3
source share
2 answers

For this purpose, you need to add a title for each view or create a parent view and add a view to it under the windows below the title coordinates.

+3
source

Xcode. Objective C: http://www.techotopia.com/index.php/Objective-C_Inheritance

-: , , .

:  , UIViewController UIView. Interface Builder, . Google , .

+1

All Articles