Reputation: 103
I have taken two textview in my xib.also giving same frame by programmatically .But when i run my project it is not showing me as i set in xib.All textviews are starting from x=0,y=0.txt_summary.frame = CGRectMake(9, 118, 302, 410);
txt_title.frame = CGRectMake(67, 8, 233, 81);
Please help me.Thanking you in advance...
Upvotes: 0
Views: 100
Reputation: 4746
Here's the method. Open your xib file.
Go to File Inspector, and disable Auto-layout.
Upvotes: 1