-
Notifications
You must be signed in to change notification settings - Fork 175
Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates. #27
Comments
me too have the same problem since i modified the completition nil and added a method didMoveItemAtIndexPath:toIndexPath |
just found the solution.
|
@ro6inhoddie @nicpro85 how did you track down this warning? I am getting this in another project and am struggling to trace it because it does not crash etc. |
I have issue with UIImagePickerController, when I open the camera in my app. I get message "Received Memory Warning" and then gets this message like < Snapshotting a view that has not been rendered results in an empty snapshot. Ensure your view has been rendered at least once before snapshotting or snapshot after screen updates. > guys please help to solve this problem |
I am also getting this in my own code now. @nicpro85- would you mind sharing how you tracked down that issue? |
Bump, me too!!! |
get this error sometimes, when drag and dropping to item (can reproduce in Flowlayout Demo sometimes, cant figure out a way to consistenly make it happen yet, but i can get it to show up once per 4-5 tries). After some investigations, i think it occurs in
in the performBatchUpdates ...
I dont know why though, any idea?
The text was updated successfully, but these errors were encountered: