Mehul Thakkar
Mehul Thakkar
there is method with name "setEditorBackgroundColor" to change background color of editor. But when i call this method, it is not working as required.
Currently if my cursor is in 'Bold' mode... then it must show me toolbaritem - Bold selected. So, that user can understand that this one is selected.
You have very nicely implemented objective-c part having nscopying protocol implemented. But in case of Swift part, thats also the problem. that is not implemented. If possible can you please...
Constants strings are used for creating swift file. All constants must be declared at start similar to your objective-C Implementation.
Hello, I had ran this code in Xcode 7.3(ios 9.3), here i am getting error from opengl, saying variable - "GL_SMOOTH" not found.
I have 2 viewcontrollers, let say viewController1 and viewController2. Now i have uitableview inside viewController2 having textfields in cells. I changed type of uitableview to TPKeyboardAvoidingTableView. Now if i present...