Sunmi Kang

Results 4 issues of Sunmi Kang

I make variable ```swift let fetchingItems = [ { (newDate) -> [DataType] in return try! UserDataManager.dataStack.fetchAll(From(UserDataManager.veggieConfiguration) .where(format: "%K BEGINSWITH[c] %@",#keyPath(DataType.createdDate),newDate).orderBy(.descending(\.createdDate))) }, { (newDate) -> [DataType] in return try! UserDataManager.dataStack.fetchAll(From(UserDataManager.fruitsConfiguration) .where(format:...

Hello? I apply on corner radius to button from storyboard. It didn't apply. ## Button Resource from Storyboard ## Attributes Inspector

### Description I just show on bottom sheet using XCUIApplication. When bottomsheet show on, scrolling little. And then i want to touch on view, view can't detect. Is there any...

This code have annoying ```swift func judgeTextsHasWord(texts:String) -> Bool{ let scan:Scanner = Scanner.init(string: texts) var value:Float = 0.0 return scan.scanFloat(&value) && scan.isAtEnd // 'scanFloat' was deprecated in iOS 13.0 }...