Nasenbaer
Nasenbaer

Reputation: 4900

Make control visible in Storyboard designer

I have a project from some month ago. Since all the updates and since someone else has modified some code I can not change the position of the button anymore.

How to make GUI controls editable in new XCode?

The codebehind MainController.m file is empty. No position and only default class code in it. Where are my controls in designer to arrange the position?

XCode Gui problem1[![][1]]1 [enter image description here]2

No GUI editable constraints

How result looks on iPhone [![iPhone view][4]][4]

Only visible if installed is clicked

Upvotes: 0

Views: 62

Answers (1)

AdamT
AdamT

Reputation: 6485

I don't think this is related to the version of xcode or any particular update.

It may be that the other developer involved used size classes to make this view for a particular size. If you are not in the view size that they set this for you may not see any of the view elements.

Upvotes: 1

Related Questions