Volodymyr Samoylenko

Results 11 comments of Volodymyr Samoylenko

Try to set "UIRequiresFullScreen" in project settings. iPad supports split screen option, it seems some screen update happens after application changes state.

To show row number just click on menu Window -> Show line number ![show line number screen shot](https://user-images.githubusercontent.com/9165541/49611298-c71a9f00-f9a9-11e8-8966-2bd46bbb7f5e.png)

@DavydLiu sure. I will add screenshots tomorrow.

Screenshot is here: ![screen shot 2018-12-04 at 8 27 39 pm](https://user-images.githubusercontent.com/9165541/49464431-897c1180-f803-11e8-9840-b6c98db29784.png)

To import Objective-C code into Swift you have to create "-Bridging-Header.h" Instructions are here: [https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift](https://developer.apple.com/documentation/swift/imported_c_and_objective-c_apis/importing_objective-c_into_swift)

It seems some newbies does not have developers account. That is why issues like this ( https://github.com/michaeltyson/TPKeyboardAvoiding/issues/253 ) will be rise from time to time.

Hi! @Briahas @Oleygen Could you please share more details about issue you reported? Maybe some sample of code...

@chinesemanbobo Hi! In your particular case you have to set self.rangeSlider.selectedMinimum = 5; because selectedMinimum is 10 by default. As a solution selectedMinimum have to be set lower than maxValue.

Hi! @kathanshah Could you please share some code related to problem you mentioned?