Guest User

Untitled

a guest
Nov 23rd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. Stack:(
  2. 0 Foundation 0x0000000110da2ec6 _AssertAutolayoutOnAllowedThreadsOnly + 77
  3. 1 Foundation 0x0000000110da2b89 -[NSISEngine _optimizeWithoutRebuilding] + 61
  4. 2 Foundation 0x0000000110bb1ebb -[NSISEngine optimize] + 108
  5. 3 Foundation 0x0000000110da00ac -[NSISEngine performPendingChangeNotifications] + 84
  6. 4 UIKit 0x00000001116f89f9 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 2211
  7. 5 QuartzCore 0x00000001138a63ee -[CALayer layoutSublayers] + 153
  8. 6 QuartzCore 0x00000001138aa4dd _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 401
  9. 7 QuartzCore 0x0000000113832ded _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 365
  10. 8 QuartzCore 0x000000011385e704 _ZN2CA11Transaction6commitEv + 500
  11. 9 MyProject.iOS 0x000000010f6bbd39 xamarin_dyn_objc_msgSend + 217
  12. 10 ??? 0x000000012f8e9462 0x0 + 5092840546
  13. 11 ??? 0x000000013025827c 0x0 + 5102731900
  14. 12 MyProject.iOS 0x000000010f5272c9 mono_jit_runtime_invoke + 1273
  15. 13 MyProject.iOS 0x000000010f5dbaa8 do_runtime_invoke + 88
  16. 14 MyProject.iOS 0x000000010f61bf9e start_wrapper + 718
  17. 15 libsystem_pthread.dylib 0x0000000117fe06c1 _pthread_body + 340
  18. 16 libsystem_pthread.dylib 0x0000000117fe056d _pthread_body + 0
  19. 17 libsystem_pthread.dylib 0x0000000117fdfc5d thread_start + 13
  20. )
  21.  
  22. Device.BeginInvokeOnMainThread(async () =>
  23. {
  24. DetailContentView.Children.Insert(0, masterDetailContentView);
  25. await DetailContentView.Children[1].TranslateTo(App.ScreenWidth - 100, 0, 250);
  26. await DetailContentView.Children[1].TranslateTo(App.ScreenWidth, 0, 50);
  27. DetailContentView.Children.RemoveAt(1);
  28. });
Add Comment
Please, Sign In to add comment