ios - button not displaying correctly in iphone simulator in Xcode 4.6.2 -


my application view looks this:

view editor/storyboard

but when run simulator, displays reason:

simulator

as can see 3 uibuttons in last row not displaying correctly. not sure going on here.

what doing:

  • i creating rpn calculator following cs193 stanford itunes u course. buttons using plain uibuttons, linked controller actions.

  • i not creating these buttons through code, dragged view.

  • i changed text displaying on button double clicking on them. (i not sure if provided information in case it's helpful)

  • it seems happening buttons @ last row, since if drag button top bottom, text disappear well.

  • my thought: related screen size difference of iphone 5 , iphone 4/4s? seems storyboard gives me screen of size of iphone 5, simulator simulating iphone 4 sized screen.

  • this not happening before until decided resize enter button twice size right now. after happened, resized enter button it's original size, displaying in pictures below, did not fix problem.

  • i tried changing storyboard 3.5 form factor, didn't fix problem. (in fact, tried combinations, including ones shouldn't work, i.e. 3.5 storyboard + 4inch retina simulator, etc.) , none of them displaying correctly.

thanks in advance!

ps: sorry people still down voting, mind read question first? updated post information can give. view not built code not sure if can provide source code on view part.

autolayout might causing problem. it's easy find out: turn off autolayout in xib/storyboard. save, , build , run. if fixes it, it.

(by way, seeing bottom row of text of 3 buttons.)


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -