amodkanthe

Results 7 issues of amodkanthe

Circular configuration is not customisable angles are hardcoded unable to achieve something like below start and end angle required.

bug

Observed secondary title is getting cropped after updating to 0.7.1 Following is my code ` func addCoachMarks() { let indexPaths = appHomeTableView.indexPathsForVisibleRows var coachMarks = [MaterialShowcase]() for index in indexPaths...

It will not work if app is in background it should be Service based

Getting following issue when I integrated this with jenkins. sh: /Applications/Xcode.app/Contents/Applications/Application Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool: No such file or directory

Support for changing font size ``` new MaterialShowcaseView.Builder(getActivity()) .setTarget(mAirportNameTextView) .setDismissOnTouch(true) .setTitleTextSize(TypedValue.COMPLEX_UNIT_SP,18) .setContentTextSize(TypedValue.COMPLEX_UNIT_SP,16) .setTitleText(getString(R.string.coach_change_airport_primary)) .setContentText(getString(R.string.coach_change_airport_scondary)) .setMaskColour(getColor(R.color.coachAccentTrans)) .build() ```

MDCBottomSheetController with a contentViewController that contains an UITextField. When the textfield becomes first responder, the keyboard appears and pushes the bottom sheet to its top. ![1W0W8Gu](https://user-images.githubusercontent.com/5066441/59775786-6280bb00-92cf-11e9-8812-149ad2be07ab.gif)