Andreas P.
Andreas P.
Hi! I noticed that in Sequence's destroy() method you're iterating through a collection with forEach at the same time as you're modifying it. Not sure how this has worked before....
Hi! I am trying to use this library to create a video timeline view with thumbnails at arbitrary millisecond intervals. I did, however, find that you were using OPTION_CLOSEST_SYNC in...
Trying to parse the following string as a phone number will cause the library to fail: https://c/c/xl/-9 The reason being these lines in NBPhoneNumberUtil.m ``` int secondNumberStart = [self stringPositionByRegex:number...
Hi! I've run into a weird visual glitch when using a rive animation inside of a CupertinoSliverRefreshControl. See the linked video, and focus on the gap that opens when pulling...
Hello! The project no longer compiles by default no iOS8. Here are some changes I did to make it compile: ``` ((void(*)(id, SEL, NSInvocation*))objc_msgSend)(_self, forwardInvocationSEL, invocation); return ((NSMethodSignature *(*)(id, SEL,...
Hi! I noticed that if I set the .text property of the text field to a value prior to the view being laid out, the first time the placeholder animates,...