-
This may be an interesting question.
I have a scenario in my app where I need a view controller to have a text view in an `inputAccessoryView` and a text field at the top. This works great, when b…
-
**Describe the bug**
Done button in the toolbar is not showing.
**Expected behavior**
Done button should display in the toolbar
**Screenshots**
If applicable, add screenshots to help explain …
-
Hi,
How can i add a customize uiview in inputaccessoryview. I want to add something like in facebook comment
something like this
![screen shot 2015-11-07 at 11 24 06 am](https://cloud.githubuserco…
zuil7 updated
6 years ago
-
How would I go about creating a KeyboardAccessoryView that only shows up when a TextInput (not nested inside the KeyboardAccessoryView) has been selected and the keyboard is displayed. similar to how…
-
Hey,
Here is my code :
```
export default class FeedFriends extends React.Component {
constructor() {
super();
}
render () {
return (
…
-
[zeplin](https://app.zeplin.io/project/58ebfa1b78e0af4cfa1eaaea/screen/5b2a9b8c59458bc976f4865c)
Requirements:
- [ ] Notes are optional (not required to post a new location).
- [ ] A note loo…
-
I need to call a function when the user finishes filling the form and presses Ok (on the keyboard toolbar) on the last field. I need help figuring out how to do this.
The last row is a DateRow, I t…
-
In `Core.swift` there's this bit of code:
```
// update the accessory view
let _ = inputAccessoryView(for: sourceRow)
```
What I'm doing is displaying subsequent form fields dynamically aft…
alper updated
6 years ago
-
Then controller is opening, first is default inputView appears, then custom, which was set in viewDidLoad method. How to do it right way, cause it show weird animation?
https://gph.is/2Nvf8XZ
-
In some scenarios, we'd like the input bar to contain buttons only. Is there a way to collapse/hide the middle stack view?