material-design-widgets-lite-ios icon indicating copy to clipboard operation
material-design-widgets-lite-ios copied to clipboard

Material design styled buttons, vertically arranged buttons, activity loader and loading button.

Results 8 material-design-widgets-lite-ios issues
Sort by recently updated
recently updated
newest added

Hello, i think it will be better, when we can use different color for selected button by state: `button.setTitleColor(.yellow, for: .selected)`

![image](https://user-images.githubusercontent.com/19142611/93103811-14e23200-f67b-11ea-9e17-f2f1ee79360d.png) Left is iOS 11.4, right is iOS 13.6. here is the code ` segmentedControl = MaterialSegmentedControl(frame: CGRect(x: 0.0, y: 0.0, width: 200.0, height: 30.0)) self.TabsView.addSubview(segmentedControl) segmentedControl.translatesAutoresizingMaskIntoConstraints = false segmentedControl.topAnchor.constraint(equalTo:...

Add a loading indicator to vertical button

Currently, the demo app is based on UI created programmatically. Since some developers are more comfortable using storyboard, this module have to assure that it completely works for a storyboard.

After the adding the list of buttons to segmented, the first button is automatically selected. When I click on the other buttons the background and text colors do not change....

Hello? I apply on corner radius to button from storyboard. It didn't apply. ## Button Resource from Storyboard ## Attributes Inspector

I've added the compatibility to be installed by SPM, and fixes some warnings caused by used apis that is available only since iOS 9+. If you want to accept this...

When select other segment that has longer width, the selector move to that segment without changing the width. The view is not well-arranged if the tabs have different width.

bug