It’s quite easy if you know where to start. There are two ways, you can use UILabel or NSString. With UILabel you can control width and height of […]
iOS
Posted on:
iOS throws: “sgx error: background gpu access not permitted”
Well, this one can be really painful. But solution is simple, just make sure you are stopping every OpenGL AND sound activity in applicationWillResignActive function, not in applicationDidEnterBackground (becouse […]