-
On the iPad, if the view controller is presented modally as a form sheet, the left and right controls of navigationItem are out of view. However, for some reason, I can't find it in the view debugger.…
-
dyld: Library not loaded: @rpath/Material.framework/Material
Referenced from: /Users/tian/Library/Developer/CoreSimulator/Devices/8C5F2D2E-8312-45B2-8678-4251AB92EEBA/data/Containers/Bundle/Applicat…
-
No matter what I try, whenever I try to compile any app with material in it, I always get 66 errors in xcode pertaining to various Material files. I am not sure why this is happening. All these errors…
-
https://github.com/chashmeetsingh/testing.git
-
# Actual Behavior
Resetting the root viewcontroller with `nc.setViewControllers([ViewController()], animated: true)` shows no navigation bar
```
if let wind = self.window {
let nc = NavigationCont…
-
About every 20th time I swipe a table view cell left, I see the edit button slide out. I have not enabled editing via the delegate method.
The odd part is how inconsistent it is. I can swipe the same…
-
This was definitely a tough one to track down, but I was able to find an acceptable workaround so maybe low priority if it's not biting too many people. Side note: Thanks for all the hard work and ope…
-
Hi! Found one problem that property titleLabel of Toolbar is readonly in 1.41.1. How could I set label for title and detail?
-
Hey again,
I've been trying to set a custom shadowPath to a MaterialCollectionViewCell. Unfortunately, it was not working after a bit of digging I found the problem in the following line of code.
ht…
-
Guys, it would be nice if there were some options for focus. You have implemented it in the way it is described in the material guide, user highlights the element and focus covers it in the form of wa…