Andrew
Andrew
It fixes a linking error with MaterialComponent target in case where I use only 'MaterialComponents/ActivityIndicator' and install the library only with 'pod install —repo-update' and 'use_frameworks!': `Undefined symbol: _MDMMotionCurveMakeBezier` ###...
I have a svg file that file has fractional sizes (both `size` and `viewBox`): ``` width="94.660004" height="54.047001" viewBox="0 0 94.660004 54.047001" ``` I try to render this svg into UIImage,...
I need to use a SVG icon to make masked image with appropriated colour. (Same as UIImageView creates it for UIImages with UIImage.RenderingMode.alwaysTemplate) For this I've wrote a code: ```...
SSKeychain has conflict with part of ios SDK. The owner of the SSKeychain renamed it to SAMKeychain [A issue about this](https://github.com/soffes/SAMKeychain/issues/154)
Added @objc marks for properties
My english not very well, but I will try. In method - (void_)invokeWithTarget:(id)target args:(va_list_)args of BIItem class you are using __builtin_alloca(returnLength); This method allocate memory in a current stack, xCode...
What do you think about adding of a localization bundle to library like it does iRate? (I talk about using custom localization function instead of NSLocalizedString). I think that users...
My english not very well. I have added animation a for hide process. And I'v added new controller in example, because I had issue with pop from navigation controller. Now...