599 questions
The application is being made with swift now.I'm having a hard time parsing the json file!{[1, A, Ghana, 12345, abcd], [2, A, Dara, 156489, abed], [3, B, Maba, 189651, wqin], [4, C, SAA, 189651, apeo]...
Hello, I'm a new developer.We are currently writing the FCM part. I couldn't find the answer even though I searched the Internet for a few days and went into Apple's website, so I posted this.Here's t...
The app I make is based on the Tabbar controller, and I want to make 3 tabs share one web view.When you tap the second and third tabs, you load different pages into the same web view.I don't know how ...
Hello, everyone I am a person who is entering iOS programming this time.I am using xcode 8.2.1 version that I installed a few days ago. I'm studying through the iOS programming book by Aaron Hillis.Th...
It's not a coding question, but I'll upload it first. First of all, I am a student who has experience using Python, C, and Objective C. (I've covered Python and C a lot, and in the case of Obj-C, I kn...
Coding with xcode 9.2 version command line.An index out of range error occurred in the makeWall in the makeLadder function, so we are not receiving the results properly.Where should I modify to get th...
I am studying swift. I'm asking you a question because it's weird to use the for statement to practice the book example with playground. for var i = 0; i < 10; i++ { print(\(i) execute)}Result valu...
I'm making a hybrid app using WKWebView. There's a problem When you load a page in webview, you can't load it properly if you put # after url.func webView(webView: WKWebView, decidePolicyForNavigation...
@ResponseBody@RequestMapping(value=/mobileProfile.do, method = RequestMethod.POST)public User edit(@RequestParam String password,@RequestParam String email,@RequestParam MultipartFile uploadedFile){.....
Swift can load a large two-dimensional array, for example code.let p:[[Int]] = [[10,6],[42,42],[30,46],[42,36],[7,9],[22,24],[29,25],[16,1],[15,38],[35,7],[34,14],[14,4],[34,6],[9,15],[13,31],[11,46],...
« | - 59 - | » |
© 2024 OneMinuteCode. All rights reserved.