Basel Baragabah

Results 36 issues of Basel Baragabah

Could you update it to support Swift 3 ?

Hi , I just tried the application with different JSON files and I did choose different format / Language nothing working !! and I got these errors ``` 2018-02-21 19:05:43.425771+0300...

Hi , Just I want to say it will be much better if it was a textfield not a label ! why ? because user can click on the textfield...

what happened to this function? ``` buttonItem?.pp.setBadgeLabel(attributes: { (badgeLabel) in badgeLabel.font = UIFont.systemFont(ofSize: 13) badgeLabel.textColor = UIColor.blue }) ``` in the last version and Swift 5 it gives me an...

How to use it with UIBarButtonItem ? I did try using Autolayout but I cannot make it above the UIBarButtonItem

I tried your example , but I get error > Instance method 'fetch' requires that 'HTTPRequest' conform to 'APIResourceConvertible'" That error appeared hear ``` public extension HTTPClient { func fetch(_...

Hi, I tried to convert it to SwiftUI View but I got error with **Canvas** ``` 'Canvas' is ambiguous for type lookup in this context ``` it looks like Swiftui...

Could you add Swift Example Code ? to make me understand how to use it in swift . Thank you

Hi , I did follow this [article](https://medium.com/@rajejones/add-a-signature-to-pdf-using-pdfkit-with-swift-7f13f7faad3e) so now I have an image as PDFAnnotation above PDF Can I use this library to generate new PDF that render (burn) PDFAnnotation...

Hi, I notice anythings inside `onDismiss` never called ! when I change it back to sheet `onDismiss` does called so I think there is issue with the logic on your...