Slide 24
Slide 24 text
class AppScreenshots < Motion::Screenshots::Base
async_screenshot "profile" do
ready_delay 3
before do
App.delegate.table_view_controller.selectRowAtIndexPath(
NSIndexPath.indexPathForRow(0, inSection: 1),
animated: false,
scrollPosition: UITableViewScrollPositionNone
)
ready!
end
end
end