gerchicov-bp

Results 140 issues of gerchicov-bp

``` let rows = ["1", "2", "3"] SearchStringPickerViewController.showPicker(withTitle: "title", rows: rows, initialSelection: 0, sourceView: view, doneBlock: { index, str in }, cancel: { }, presentFrom: self) ``` This code in...

В настоящий момент объект ```DZVideoPlayerViewController``` поддерживает проигрывание только одного видео. Можно ли как-то переинициализировать потом этот объект для следующего видео без полного пересоздания? Проблема в том, что в приложении куча...

Например: ``` if (self.idleTimer) { [self.idleTimer invalidate]; } ``` Это то же самое, что и: ``` [self.idleTimer invalidate]; ```

`DZVideoPlayerViewController` позиционируется как контрол для проигрывания видео. При этом он жестко требует, чтобы был объявлен в storyboard и/или xib. В довершение ко всему еще и дизайн объявлен в xib и...

Currently I try to connect to API with `GET` requests. The problem is when I get an error I don't see the final request URL - it is hidden somewhere...

It causes interface builder crashes so how to remove it from interface builder and leave support programmatically only?

Drawed button with icon and label. Params: imagePosition == .top Result: distance between label and icon is smaller on device than in xib.

Could you provide readme and/or comments in code about how to use it?

When you rotate device/simulator the layout becomes broken. Could you fix it?