1

enter image description hereIn IOS7 by Default UIActionsheet coming like below image can we remove the separator line?

Balu
  • 8,470
  • 2
  • 24
  • 41

1 Answers1

0

It's possible to subclass and change see here: How to customize Buttons in UIActionSheet?

Or there are some amazing examples here that you can use of custom UIActionSheet type classes:

https://www.cocoacontrols.com/search?utf8=%E2%9C%93&q=uiactionsheet

Community
  • 1
  • 1
Woodstock
  • 22,184
  • 15
  • 80
  • 118
  • i dont want to use any custom controller because in earlier version i'm using default UIActionSheet code. – Balu Oct 31 '13 at 10:42
  • Check my edit, maybe this will help http://stackoverflow.com/questions/6568308/how-to-customize-buttons-in-uiactionsheet – Woodstock Oct 31 '13 at 10:43