Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 1075957
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T21:20:43+00:00 2026-05-16T21:20:43+00:00

So Interface Builder does things to save time but what if I want to

  • 0

So Interface Builder does things to save time but what if I want to do without it ? In C# all code generated is clear and understandable, in interface builder this is hidden so I’d like at least during learning phase do things from scratch: any sample code to do so ?

Seems Apple makes things very hard so as you cannot easily use alternative to Xcode 🙂

http://cocoawithlove.com/2009/02/interprocess-communication-snooping.html

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-16T21:20:44+00:00Added an answer on May 16, 2026 at 9:20 pm

    Yes, you can build a view without IB. Just allocate and initialize a view or a control and set its properties, e.g.:

    UITextField *tf= [[UITextField alloc] initWithFrame: CGRectMake(24.5, 65, 270, 30)];
    tf.delegate = self;
    tf.textAlignment = UITextAlignmentCenter;
    tf.autocorrectionType = UITextAutocorrectionTypeNo;
    tf.autocapitalizationType = UITextAutocapitalizationTypeNone;
    [self.view addSubview: tf];
    

    But IB does not hide any generated code from you because it doesn’t generate any code at all. Instead, it creates object instances and serializes them into a XIB or NIB file.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone show how to set the delegate properly for this without interface builder?
I tried out Interface Builder, but I'd prefer just to write the code. I
In Interface Builder, I have a UITableView and I want to place a UIButton
In Interface Builder components I have Gradient Button I would like to create this
Given all the complex things I seem to cover every day, this appears to
Possible Duplicate: How does one add additional items to NSMenu in Interface Builder? There's
I'm having a difficult time wrapping my head around loading views with Interface Builder
My questions is simple: Does the compiler recognize a property determined in Interface Builder
In interface builder I changed the color of a UILabel to this screenshot, having
i'm working in Interface Builder right now but my UIlabel not stand on the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.