leszek-s

Results 12 comments of leszek-s

I've also notice this problem with black screen appearing randomly. I noticed it on both iPhone 5 iOS 8.1 simulator and iPhone 5 iOS 8.1 device. It appears that this...

This bug exists in v2.3.0 and also in v2.2.0 however it looks like it does not exist in v2.1.0. I've switched to v2.1.0 few days ago and since that day...

@carloperez in v2.3.0 and v2.2.0 I was able to reproduce this bug every time I runned the app in 20-40 attempts (pan gestures). Since I switched to 2.1.0 few days...

I've just downloaded https://github.com/John-Lluch/SWRevealViewController/archive/v2.3.0.zip and I was able to reproduce black screen bug on example project RevealControllerExample on iPhone 5 (8.1) simulator few times and I've recorded a video with...

It does not work with or without a tab bar. I do not have a tab bar in my application but I do have a navigation controller. In my case...

I meant that it does not work with a tab bar and it does not work without a tab bar. It does not matter if you are using a tab...

Yes, it works fine if I split the text into more labels so an assert on too large textures might be a good idea.

If uncompressed 32 bit bmp format is also ok for your needs then you can check my simple pure swift BMP32Image class implementation: https://github.com/leszek-s/BMP32Image/blob/master/BMP32Image/BMP32Image.swift

Thanks! I had exactly the same problem as jpohh and changing the code in TPKeyboardAvoiding_keyboardWillShow as fabianz66 described fixed it. However I'm using xib's with autolayout instead of storyboard.

Hi, I just wanted to add that I have a similar bug on Widelands 1.2 release build on arm mac (M1 Pro) on macOS 14.5 without homebrew/macports installed. It crashes...