ebfhub
ebfhub
You can fix this by calculating the extra status height: /*\* Adjust for in-call, personal hotspot, status bar */ -(float)offsetFromTop { UIView *view = self.view; CGRect statusBarFrame = [[UIApplication sharedApplication]...
Duplicate of #126
I might be wrong, but I think you can do this. Note that the UnsafeBuffer should belong to the thread calling offer(), and can be reused after offer() returns. ```...
Sorry, only in an internal project. Following through offer(), the passed buffer is copied into another before returning, i.e. on the return from offer() you can reuse that buffer. e.g....