iphone - Can we create xib (with view) programmatically ? If No, why & If yes, How? -


can create xib (with view) programmatically ? if no, why & if yes, how ??

xibs files, too, there's no technical reason why wouldn't able create 1 programmatically.

expect no convenience methods create xibs however, purpose circumvent need create , configure ui elements programmatically, opposite of people use xibs for.

if must create xibs though, open 1 in texteditor - you'll see consists of readable xml code. may take time work through keys , possibilities, creating xibs programmatically can done.

edit: it's gonna hard, though.


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -