When I add a frameset to CALayer, the origin. Conversely, 0 is at the bottom of this superlayer and origin.y increases. It moves it in its super layer. Is there something I did to make him roll over? I would expect origin.y = 0 to be the top, not the bottom.
Thanks,
You can flip the coordinate system to behave like iOS, like this ...
layer.sublayerTransform = CATransform3DMakeScale(1.0f, -1.0f, 1.0f);
Source: https://habr.com/ru/post/1342075/More articles:Silverlight 4 Login InvalidOperationException "UserService operation already in progress" - silverlightHow to create a PDF using the iPhone SDK? - objective-cProblem with jquery animation and Internet explorer 8 - javascriptReplace PHP with Python using Apache - pythonWhen should you use a structure? - structProcessing hours - processing.jshttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1342077/mercurial-workflow-with-subrepositories-and-offline-clones&usg=ALkJrhi0VsOs8zYJ_Q4dC8Y81lEh2abrQQmasking unwanted bits in c - cHow to create a calendar object based on current time plus a few seconds - javaPerl string length is independent of character encoding - stringAll Articles