Navid Rohim

Results 2 comments of Navid Rohim

Here is how to change the placeholder text color. ``` import ui from objc_util import ObjCClass, ObjCInstance text_field = ui.TextField(placeholder="Password:", height=100, width=100) text_field_objc = ObjCInstance(text_field).textField() text_field_objc._placeholderLabel().textColor = ObjCClass('UIColor').colorWithRed_green_blue_alpha_(1, 0, 0,...

> I have the same problem. It actually worked for me the first time I used the block=False, but since then sound is not played anymore with this flag. block=True...