Zoufishan Mehdi

Results 13 issues of Zoufishan Mehdi

Hi, I added this line `picker?.toolbarButtonsColor = UIColor.blue` to the `ActionSheetDatePicker` closure and it appear fine in the Xcode build. However, I archived the build and put it on testflight...

Hi, is it possible to have the progress bar color start at the top center and fill down to the right instead what is shown in the screenshot below? Also,...

I added MBCircularProgressBar to my tableview cell and set its value in `cellForRowAtIndexPath` using `myCell.progressBar.value = 25` I want the progressBar to appear in all tableview cells (when selected or...

Hi, I'm able to use original aspect to capture the full image as you can see in the code below. However, it doesn't apply to photo gallery when I click...

Hi, I'm using TGCameraViewController cocoapod for my project. It works fine for the most part but sometimes black screen comes up when I click on camera button. I know a...

Hi! When I take a photo with TGCamera and upload it thru my mobile app, it shows up rotated on the website. Is there anything in the image tag being...

Hi, I would like to be able to capture or select the full image from the photo library instead of uploading a square image. What's the best way of doing...

Hi, are there any plans to migrate to Swift 4 in the near future? Thank you.

I use this command `xcodebuild ENABLE_BITCODE=NO -workspace '/Users/zoufmehdi/Projects/Healthie/NewHealthie/healthie-master/healthie_ios/Healthie.xcworkspace' -scheme 'Healthie' -arch x86_64 -sdk iphonesimulator PLATFORM_NAME=iphonesimulator` to generate a simulator build. When I updated my cocoapod from 'SwiftCharts', '0.6.1' to 'SwiftCharts',...

Hi, I'm trying to parse an XML file that has a key value structure but it doesn't look like it's supported. You can see the XML file using the link...