Vivek Vithalani

Results 12 comments of Vivek Vithalani

Same error in Xcode 10.2 I am trying to install in my project My Pod file code ``` source 'https://github.com/CocoaPods/Specs.git' target 'MWPhoto_Swift' pod "MWPhotoBrowser" ```

Just Import to `AppDelegate.h` file instead of `AppDelegate.m` file

Yes, I also plan for a timer for draw route, but in here map just one method for assign a route on map, which is ```- (BOOL)addMapObject:(nonnull NMAMapObject *)object``` in...

I try to check the current coordinate in current maneuver geometry but it is not found every time in current maneuver geometry, only few coordinate were found.

Try to set your image will be transparent, I notice in your image people icon is not transparent. Try to remove white colour.

Hello, Just set opaque navigation bar.

Try this code ` carbonTabSwipeNavigation.toolbar.translucent = true;` ` [carbonTabSwipeNavigation.toolbar setBackgroundImage:[UIImage new] forToolbarPosition:UIToolbarPositionAny barMetrics:UIBarMetricsDefault]; ` Tested for me.

Hello, Please check this solution https://github.com/michaeltyson/TPKeyboardAvoiding/pull/115/files/b74173f597672027a77d03828b2d76bf23f17a45#diff-d168516f54262a17ac7ac23a1d296afd Or Download File From Here and replace your files https://www.dropbox.com/s/gz6e69xuxwqu7s4/TPKeyboardAvoiding%20TextFieldDelegate%20%26%20TextViewDelegate.zip?dl=0

Hello Razanajam, Thus project is build only with device does not works with simulator. Reason : Simulator does not works with camera feature. Please try to build project when you...

I think you need to change your project setting, Please follow this link and try to build with given solution in this link : https://stackoverflow.com/questions/32868297/compiling-ios-library-with-bitcode-enabled If you still face any...