Top "Xcode5" questions

Xcode 5 is Apple's integrated development environment (IDE).

Warnings: Misplaced View

I recently updated Xcode and I got the following warnings: I tried Editor -> Resolve Auto-Layout Issues -> …

ios7 storyboard warnings xcode5
Set size of view in NIB / XIB file

In Xcode 4, there was a never-quite-fixed bug where Xcode prevented you from resizing views (some silly "Design feature") - you …

ios xcode5 nib
Unknown type name 'UIImage'

I've upgraded XCode from 5.1.1 to XCode 6.0.1 recently. Now everytime I want to define a new UIImage object I get this …

xcode5 xcode6
XCTest build errors for test target Xcode 5:

I have set up an XCode 5 iOS 7 project for unit tests. Of course, setting up the unit tests are taking …

ios unit-testing xcode5 sentestingkit
Multiple cursors / highlight next instance of currently highlighted word

In Sublime Text, it's easy to select the next instance of a word by pressing command + d and also place …

xcode xcode5 xcode6
Set auto increment in Core data iOS

I am using Core Data, and want to set an auto_increment ID as one of the fields which will …

ios core-data xcode5 auto-increment nsmanagedobject
Unsupported compiler 'com.apple.compilers.llvmgcc42' xcode 5 DP

I have a project which contains Geos and Proj inside it. Before Xcode 5 I compiled them with LLVM GCC 4.2 compiler, …

ios xcode5 projects-and-solutions llvm-gcc geos
ios 7 view with transparent content overlaps previous view

Recently I updated my xcode project to work with iOS 7, but i faced a big problem. Because my whole application …

uinavigationcontroller ios7 pushviewcontroller xcode5
How to sync localized storyboards' strings after modifying storyboard in Xcode 5

I'm just starting to look at IOS Apps' localization in XCode 5 and I've tried to add an Italian Localization: Xcode 5 …

ios7 localization interface-builder xcode5 uistoryboard
Remove Navigationbar's bottom border iOS7

Is there a way to delete the bottom border that iOS7 automatically displays under the navigationbar?

objective-c uinavigationbar ios7 xcode5