Apple had been deprecated GLKView class in iOS 12. Anybody share the answer for alternative solution for existing project and new project
Asked
Active
Viewed 2,569 times
4
-
2You should use Metal instead of OpenGL. – Tamás Sengel Jul 09 '18 at 08:51
-
1I agree with @the4kman, apple depreciated GLKView, so that everyone switch to metal. Use `MTKView`. – Subhajit Halder Jul 09 '18 at 08:56
-
did you already implement an alternative? – Baran Dec 03 '18 at 13:46
1 Answers
1
openGL support is deprecated (iOS 12) so the alternative is to use metal and MTKView

supersabbath
- 364
- 3
- 8