gerchicov-bp

Results 140 issues of gerchicov-bp

Initial state: 3 sections, the first one contains one row, other contain 2 rows Destination state: all the sections except of the first one are removed Error: `attempt to delete...

https://developer.apple.com/documentation/xcode/setting_up_storekit_testing_in_xcode As I understand everything should work as usually before this part: "Prepare to Validate Receipts in the Test Environment"

type: question

I tried code from your article: http://nshipster.com/method-swizzling/ But add iOS 9 (any 9.x except of simulator) and try to override `@selector(presentViewController:animated:completion:)` - it won't work.

https://developer.apple.com/ios/whats-new/ > Apps built using OpenGL ES will continue to run in iOS 12, but Open GL ES is deprecated in iOS 12. Games and graphics-intensive apps that previously used...

``` -[MTLDebugRenderCommandEncoder setScissorRect:]:2029: failed assertion `(rect.y(0) + rect.height(1024))(1024) must be

``` func loadDeterminate() { self.progressButton.stopIndeterminate() self.progressButton.resetProgress() let timer = Timer.scheduledTimer(timeInterval: 1, target: self, selector: #selector(self.animateDeterminate), userInfo: time, repeats: true) RunLoop.current.add(timer, forMode: .defaultRunLoopMode) } @objc func animateDeterminate(sender: Timer) { if self.progressButton.progress...