3

I was using BDD technique on my current iOS project. Now I have some scrollviews where I wanna automatically scroll to target point.

Is there a way to imitate "scrollRectToVisible:animated" using Frank or to do a swipe/scroll gesture?

I already checked Frank Google Groups. But there are no working results for it.

For anybody looking for the touch Gesture using Frank: Stackoverflow link

Community
  • 1
  • 1
Vinh
  • 944
  • 13
  • 34

1 Answers1

0

This is quite old, but still...

You can use scroll_view_to_bottom. (See here). Unfortunatelly there's no way to scroll automatically.

dgmora
  • 1,239
  • 11
  • 27