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

uibutton

  1. sundialsoft

    iOS All uibuttons have the wrong alpha

    In one of my apps all uibuttons (no other controls are wrong) have an alpha of about 0.3 instead of 1.0 I cannot see anywhere that I have messed with appearance and I was not changing the buttons in the last update just adding IAP. Im using Xcode 9.3 Any suggestions on what could cause this ...
  2. M

    iOS Subview's button loading but not showing

    I have a subview that is laid out in it's parent view's XIB. The subview has a button that's showing up in the view debugger but not on my device's screen. A logging statement says the button's frame is (0,0,240,128) - exactly as expected.Additionally, this is just one of many similar views, and...
  3. M

    iOS UIButton image not rendering correctly on device

    I just put in an image for a new button. This image is for both when the button is not selected and when it is. However, when I go to run my app on a device, I see a blue ellipse in the image's place. To make matters worse, I can't find any reference to an ellipse anywhere within my project...
  4. kozer

    iOS ios gradient background after constraint applied

    I have a xib file which has a contain one uiview and 3 uibutton. flush-seamed spaced.(uiview 2px space uibuttun 2px space ...) I apply constraints in xib files and they are automatically right place if device ipad,iphone or landscape or portrait first launching. They are getting bigger or...