Mustafa Dur

Results 23 issues of Mustafa Dur

With Xcode 6, following code was producing colored cell with detail accessory view. However with Xcode 7, it turns cell to uitextfield ``` swift var buyPremium:String? func buyPremiumField() -> NSDictionary...

I was using `ListMonitor` delegate to update the tables ```swift func listMonitorWillChange(_ monitor: ListMonitor) { tableView.beginUpdates() } func listMonitorDidChange(_ monitor: ListMonitor) { let limit = UserService.sharedInstance.userTotalLimit let kargos = Storage.userParcels(limit:limit)...

question
user bug

Hi, I would like to upgrade the library in my project. I saw it has breaking changes. Is it safe to use `try?` it like below? Old Code ====== ```swift...

question

Hi, I decided to finally move my statck to CoreStore but I have questions about initializing and doing lightweight migration. I upgraded my model from Kargo to KargoV2 and coded...

looking for workarounds
ios/compiler bug

I am using ImportUniqueObjects extension to import data from the server. If the Store is empty import works but if there is a previous data, following error comes ``` ⚠️...

question

On iPad, there is a bug about camera display. If you look at the picture you will get what I mean. ![img_0008](https://user-images.githubusercontent.com/971530/36641068-2b5a0e46-1a3b-11e8-8e89-1c63e479f9cf.png)

For the following XML document(SOAP service), XPath can't find the elements. ``` xml US Herrod [email protected] Et Commodo LLC 07/14/2014 Armand [email protected] Vel Convallis In Consulting 04/18/2015 Bernard [email protected] Cursus...

I am not good at Objective C and github. I hope test code is right. As a workaround `.listEvent` works

**Header Filter Doesn't work properly** - bug: headerFilter broken **Environment Details** * react-tabulator version: ^0.12.7 * OS: macOS * Node.js version: Node v12 **Long Description** - I am trying to...

Is it possible to add popover support for iPad? Since following code shows empty popover with white area at the bottom. ``` swift if alert.respondsToSelector("popoverPresentationController") { alert.modalPresentationStyle = .Popover let...

enhancement