• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
UIView embedded in UIScrollView hides scroll indicators ?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

UIView embedded in UIScrollView hides scroll indicators ?


  • Subject: UIView embedded in UIScrollView hides scroll indicators ?
  • From: Koen van der Drift <email@hidden>
  • Date: Sat, 18 May 2013 13:43:02 -0400

In IB I created an UIView embedded in an UIScrollView. They both fill up
the screen and are 320 px wide.  Scrolling works just fine, but the scroll
indicators are invisible. I triple checked the checkboxes in IB, and both
"Scrolling Enabled" and "Shows Vertical Scrollers" are on.  To be super
sure I added this to my VC:

    self.scrollView.scrollEnabled = YES;

    self.scrollView.showsVerticalScrollIndicator = YES;

I tried making the UIView a little less wide (300px), but I still don't see
the scroll indicators.

What did I miss to make them appear?

Thanks,

- Koen.
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: UIView embedded in UIScrollView hides scroll indicators ?
      • From: Marcelo Alves <email@hidden>
  • Prev by Date: Re: Trigger nextkeyview based on NSTextField input length
  • Next by Date: Re: UIView embedded in UIScrollView hides scroll indicators ?
  • Previous by thread: Re: Trigger nextkeyview based on NSTextField input length
  • Next by thread: Re: UIView embedded in UIScrollView hides scroll indicators ?
  • Index(es):
    • Date
    • Thread