Martin Kiss

Results 12 comments of Martin Kiss

What about to use `-[AVAssetTrack nominalFrameRate]` to get FPS and delay processing each frame?

Hi, I don't use CocoaPods. If you need a config file, create a Pull Request and I will include it :) The problem is, you would be able to use...

Great, thanks :thumbsup:

I don’t have strict versions in this project, the latest commit of _master_ is the most usable revision. Does the CocoaPods allow you to use repos this way?

Sorry, didn’t have time for GitHub for past few weeks. It would be great if any of you could submit a Pull Request with the podspec (as @maximkhatskevich promised). Looks...

Unfortunately, no :pensive: I was trying to hack these animations more into depth, but UIKit internals are opaque.

I’m not a fan of adding new optional arguments to methods. I think it woulf be nicer if the observation block had an extra `BOOL isInitial` argument, so you can...

Agree, I also use `crtl`+`T` to swap characters. For now, you can change this shortcut in System Preferences.

You could somehow use _consequent `NSString` literal feature_. I mean this: ``` @"this" @"will" @"be" @"one" @"string" ``` Or maybe using `+[NSArray arrayWithObjects:]` where you can put variable argument list...