Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nigam

macrumors newbie
Original poster
Feb 10, 2014
3
0
i make trying to make a xcode web browser ..


i managed to make my widow full screen but can not figure out how would i make or rather able to resize my web view .. and align all the objects properly in full screen mode

thank you !
 
i make trying to make a xcode web browser ..


i managed to make my widow full screen but can not figure out how would i make or rather able to resize my web view .. and align all the objects properly in full screen mode

thank you !

If you're using struts and springs, set all your struts and springs to have a fixed distance to each edge and flexible width and height.

If you're using autolayout, pin the distance to each edge of your view. Also make sure the width and height of your view isn't pinned.

If the things I said didn't make sense, you have new keywords to search for.
 
If you're using struts and springs, set all your struts and springs to have a fixed distance to each edge and flexible width and height.

If you're using autolayout, pin the distance to each edge of your view. Also make sure the width and height of your view isn't pinned.

If the things I said didn't make sense, you have new keywords to search for.

actually i am new to xcode .. how do we do autolayout ?
 
actually i am new to xcode .. how do we do autolayout ?

turn auto layout off and go to show the size inspector and arrange your buttons and views
 

Attachments

  • Screen Shot 2014-02-16 at 10.09.22 pm.png
    Screen Shot 2014-02-16 at 10.09.22 pm.png
    54 KB · Views: 1,300
  • Screen Shot 2014-02-16 at 10.10.58 pm.png
    Screen Shot 2014-02-16 at 10.10.58 pm.png
    39 KB · Views: 1,289
i make trying to make a xcode web browser ..


i managed to make my widow full screen...!

Does that mean she collected your life insurance?

----------

actually i am new to xcode .. how do we do autolayout ?

The easiest way is to go to developer.apple.com, and use the plentiful resources for. Lots of videos explaining stuff that were shown at WWDC, and plenty of guides that explain what you need to know.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.