HML
HML

Reputation: 103

TextView not aligned in iOS 6

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

Answers (1)

mayuur
mayuur

Reputation: 4746

Here's the method. Open your xib file.

Go to File Inspector, and disable Auto-layout.

enter image description here

Upvotes: 1

Related Questions