2

Side swipe menus are pretty popular in iOS applications, so I was wondering if there are any options offered in iOS 8 that allow for it to be implemented in a more straight forward way (like how you can load a screen modally with one click).

This was helpful but it's three years old at this point.

I've found tutorials on how to do it (AppCoda and UXMag), but most of them are at least a year old as well.

I'm wondering if iOS 8 offers new functionality that would make the design a little bit easier?

I've read some about the split view controller that was enhanced in iOS 8. Could that be used to the same effect as the example shown below?

Kindle app

Community
  • 1
  • 1
Ryan
  • 3,127
  • 6
  • 32
  • 48
  • I don't really see this as an opinion based question. I'm asking if, what was a work around before, has been included by default in iOS 8. – Ryan Nov 24 '14 at 19:22

1 Answers1

0

Yes there is. Apple introduced UITableViewRowAction in iOS8.

https://developer.apple.com/Library/ios/documentation/UIKit/Reference/UITableViewRowAction_class/index.html

Khaled Barazi
  • 8,681
  • 6
  • 42
  • 62