Vladimir
Vladimir
I am getting this in RETableViewManagerCreditCardCell.m: > .../Pods/RETableViewManager/RETableViewManager/Cells/RETableViewCreditCardCell.m:30:9: 'NSBundle+RETableViewManager.h' file not found and in REActionBar.m: > .../Pods/RETableViewManager/RETableViewManager/REActionBar.m:28:9: 'NSBundle+RETableViewManager.h' file not found In my Podfile I have this: pod 'RETableViewManager', '~>...
It would be quite nice that there is a callback that says to us when animation is finished. I am not sure, but it seems this is not possible at...
This is a nice library, but animation completion handler would be nice addition. As I can see, we only have isAnimating property, but it would be more handy to have...
Hi, I am getting a bit strange (unusuable results) for this: ``` RxKeyboard.instance.visibleHeight .drive(onNext: { [weak postCommentContainerConstraint] keyboardVisibleHeight in print("Keyboard visible height \(keyboardVisibleHeight)") self.view.setNeedsLayout() UIView.animate(withDuration: Constants.kCommentBoxAnimationDuration) { postCommentContainerConstraint?.constant = keyboardVisibleHeight...
Hi, I just tried to install your framework through the Visual Studio Community's NuGet and I linked appropriate dll, so this is what I got: Pointer, MetroButton, MetroCheckBox, MetroComboBox, MetroLabel,...
This seems to be unhandled situation, or maybe I am not aware of some features which handle this situation...When app returns from background, music is stopped, and I can't resume...
I've been playing with phone calls while game running in order to test interruptions. I am using example from ObjectAL documentation called : "Using the OpenAL Objects and OALAudioTrack" So,...
Hi, I am having issue because this method doesn't really take into account what is set in info.plist about Privacy - Camera usage. So, when I try to use camera,...