Vasyl Liutikov

Results 4 issues of Vasyl Liutikov

Hi. The 1.6 version works great via roseta2 support. I have tried to build it for my self and it works. I installed dependencies via HomeBrew, but they have support...

question

The current cocoapod version is 1.1.0. This version installs the old lib version, but wrong `mas_safeAreaLayoutGuide`. #477 I incremented version and added a new tag.

You save empty view like @"" strings. 0_o ``` - (void)setCustomView:(UIView *)view forState:(SVPullToRefreshState)state { id viewPlaceholder = view; if(!viewPlaceholder) viewPlaceholder = @""; if(state == SVPullToRefreshStateAll) [self.viewForState replaceObjectsInRange:NSMakeRange(0, 3) withObjectsFromArray:@[viewPlaceholder, viewPlaceholder,...

- removed `characters ` from `String` - updated pods syntax with swift version for cocoapods 1.4.0 [more info](http://blog.cocoapods.org/CocoaPods-1.4.0/) - version increment - added support for Github actions - added 100%...