-
Throughout the code the @escaping keyword is being used for specific closure parameters inside the completion handlers, instead of @escaping the function type itself. This is now a hard error and fail…
-
Hi there,
I've got a MessageView configured as a .statusLine and I want to stop user taps from hiding the message. I can't seem to do this.
I've tried setting the .tapHandler property to { vie…
-
Hello! How can I control an interactive transition? In Hero we can do this like:
`
@objc func pan(gr: UIPanGestureRecognizer) {
let translation = gr.translation(in: self)
…
-
how to set motionNavigationTransitionType in objc?
`[[self navigationController] setIsMotionEnabled:YES];` works, but
`[[self navigationController] setMotionNavigationTransitionType:MotionNaviga…
-
## Kind (Required)
- Proposal / Discussion
## Overview (Required)
- Create filter view that can filter sessions.
## Links
- [Design](https://www.figma.com/file/4r9becvhDy3GfXaXex8E8d/App?n…
-
## Kind (Required)
- Proposal / Discussion
## Overview (Required)
- A view that can search sessions and speakers.
## Links
- [Design - brank](https://www.figma.com/file/4r9becvhDy3GfXaXex8…
-
Hi!
in Xcode 11, we can't build app using Material.
Error message is here:
```
*** Assertion failure in -[_UINavigationBarContentView setLayoutMargins:], /BuildRoot/Library/Caches/com.apple.xbs/…
-
http://www.cosmicmind.com/material/icons is in the README, which currently 404s out.
-
Material 2.3.19
Xcode8
I tried to follow the tutorials in [http://www.cosmicmind.com/material/grid](url)
```swift
class ViewController: UIViewController {
override func viewDidLoad() {
…
-
I am trying to animate placeholder but I am unable to do it? can u show me piece of code related to textfield placeholder animation.