Ido

Results 26 comments of Ido

I guess the "dynamic" issue is only to be able to edit the values if needed, and not something that may be different each time, so you can save those...

Where did you implement `PlaceholderDelegate`? You can’t say that the `placeholderDelegate = self` if `self` doesn’t implement the delegate at any extension.

Hi @tejas2, It was pretty long time ago so I can’t even check this in the Crashlitycs (Firebase). As much as I remember it happen on the emulator already, before...

@T-Pham the issue is that the buttons are swapped where it shouldn’t (and in my case I’m using Hebrew as the device language). Note that in safari for example, there...

@T-Pham It should be like in any language, directions are international. I’m not sure if the right arrow should move to the next/prev, thats why I think up/down buttons will...

![img_1437](https://user-images.githubusercontent.com/26777129/43674426-920b2502-97dc-11e8-9bd0-889b42d3cb97.jpg)

@T-Pham > I will look into the issue with up/down icons later as this will require adding a bundle to the library because the up/down icons are images. Hi, I'v...

@T-Pham one more thing I think I'v missed in this thread is asking you the add an option to make the buttons (or at least the Done button) bold, when...

> Actually I think the problem with having to repeatedly make the Done button bold in each page can be solved by refactoring on the app side. We can create...

@tosbaha How did you find this "magic number" `35`? It's not a good idea to use hardcoded values on this kind of things, it may change depending the OS version...