In IOS7 by Default UIActionsheet coming like below image can we remove the separator line?
Asked
Active
Viewed 1,664 times
1

Balu
- 8,470
- 2
- 24
- 41
1 Answers
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
-
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