Vilém Kurz

Results 7 issues of Vilém Kurz

In a current state it is not possible to use SOAPEngine as a dependency in a podspec, when the client app uses swift (has use_frameworks! flag in its podfile). the...

enhancement

Please, implement reporting of upload/download progress also via NSProgress. It should not be that hard, and would help tremendously. http://oleb.net/blog/2014/03/nsprogress/ https://developer.apple.com/videos/play/wwdc2015-232/

enhancement

After I generate mocks or prototypes, this error pops out on all symbols appearing in mocked/prototyped protocols, which are internal in the app. After I manually change all open/public methods/properties...

Set a textstyle like this to a UILabel ``` TextStyle(.paragraphStyle([.lineSpacing(2.0)])) ``` The label has alignment set to center in storyboard. BUG: The label has aligment left after applying the text...

bug

Let's say I have a standard style defined like this which is used in multiple scenes on multiple places. ```Swift static let defaultRegular12CoolGrey = TextStyle( .font(.defaultRegular12), .foregroundColor(.coolGrey) ) ``` One...

enhancement

Try to share text with https://github.com/VilemKurz/ShareKit/tree/bufferRebirth on iOS7. Nothing happens - it looks like the completion block is not called.