Reefaq / FlipView

Magazine Style View/Layout like Flipboard
http://www.raweng.com
Other
375 stars 112 forks source link

cant use as subview. #3

Open yatanadam opened 11 years ago

yatanadam commented 11 years ago

Hi. when i add flipper on a imageview it doesnt work clear ? why ?

Reefaq commented 11 years ago

if you see at initFlip method in AFKPageFlipper it created the snapshot of the currentView and nextView, see below snippet.

UIImage currentImage = [self.currentView imageByRenderingView]; UIImage newImage = [self.newView imageByRenderingView];

this image gets added on a layer which is been transformed when swipe occur.

So with this snapshot and transformation the text and image may get little unclear.