Isuru Nanayakkara

Results 56 comments of Isuru Nanayakkara

I found that `pagerView.backgroundView?.removeFromSuperview()` works. But I still don't think that's the correct way it _should_ be done.

Thanks for that. I imported the MWPhotoBrowser.h and MWPhotoBrowser.m files from that fork but it seems to me that its a bit outdated. When I tried to run the project,...

@spaluchiewicz That's great! Hopefully the PR will get accepted soon.

Hi, I haven't worked with Carthage myself yet. But I will give it a try as soon as I can.

I'm looking to do this too.

> @RanaHossam , just to fix this temporarily, you can use @mushthak 's commit in your podfile. > Here is how to add the commit in your Pod file. >...

> @mushthak it still doesn't compile using Xcode 12.2 > error in `CountdownLabel.swift, line 36` : _Using '!' is not allowed here; perhaps '?' was intended?_ Yep, I'm getting this...

My app got rejected with the same error. **Update**: ~~Something I noticed while reading [this](https://developer.apple.com/documentation/storekit/in-app_purchase/validating_receipts_with_the_app_store) Apple document.~~ ~~> Use the test environment URL https://sandbox.itunes.apple.com/verifyReceipt when testing your app in the...

> I have used a different library to verify receipt, and for other operations such as purchase, I've used SSK. > > My app is live! Do you verify the...