-1

I'am kind of new in IOS development, i want to create shadow on top and bottom of UITexView, basically the shadow will appear when people scrolling..

any help really appreciate.

user871263
  • 26
  • 3

2 Answers2

0

I would say searching for a solution before asking seems like a better approach to this problem.

Inner shadow effect on UIView layer?

Scrolling inner shadow on UITextView

How to style UITextview to like Rounded Rect text field?

Community
  • 1
  • 1
Jehanzeb.Malik
  • 3,332
  • 4
  • 25
  • 41
  • hi @jehanzeb-malik thanks for replay, i already check your link but what i'am looking for is the shadow only visible on UITextView when people scrolling.. – user871263 Feb 15 '13 at 11:04
0

Use Core-Graphics, here is a tutorial

luksfarris
  • 1,313
  • 19
  • 38