0

I wanted to use the same background on a UIView that is used on the Notes/Reminders iOS 7 apps.

Is this available on code or?

Thanks

apinho
  • 2,235
  • 3
  • 25
  • 39
  • http://stackoverflow.com/questions/5375350/uitextview-ruled-line-background-but-wrong-line-height and http://stackoverflow.com/questions/5098682/ios-uitextfield-like-notes and http://www.cocoanetics.com/2010/03/stuff-you-learn-from-reverse-engineering-notes-app/ – iPatel Nov 20 '13 at 13:09

1 Answers1

3

Just take a a screen-shot, then use [UIColor colorWithPatternImage]

Albara
  • 1,306
  • 8
  • 14