Tools Specification:
- OS X Yosemite 10.10
- Xcode 5.1.1
Today I found one weird issue (Or may be if i'm wrong with new specialisation or something else. Please make me correct if anything is wrong).
I created project using Xcode 5.1.1 for iOS 7.1 OS with Storyboard support. Everything here is default. Now just drag and drop UITextView
into view of UIViewController
(It is embedded in UINavigationController
more precisely).
Here all properties of UITextView
are default except background color (Change to highlight border of UITextView
). I see that the default text in UITextView
goes bottom when I change its height. Also left some space on top and than text is rendered. See the below image:
Run application to check this also in simulator. And it shows extra space on the top of UITextView
.
I also did the same in Xcode 6.0.1 to double sure that this is not default behaviour. And it is perfect in Xcode 6.0.1, there were no extra space on top of content of UITextView
.
Spotlight:
I never did face this issue before. I updated Mac OS Yosemite two days ago (If its relevant to the Mac OS).
Also one thing is to be note that if I remove embedded UINavigationController
than it works normal.
So is it related to OS? OR Do I miss something, I mean Apple introduce or change any behaviour?
Note: There is no any constraints. Just drag and drop UITextView
to view.