445 questions
Xcode 6.4, Swift is developing an ios app.I am using Swift's library PageMenu.NextView without FirstView→ PegeMenu using PageMenuUnable to transition to UIButton is installed in FirstView and when tap...
I am creating a program that displays the image obtained by accessing http when I changed it on the slider bar in iOS program (Swift).The synchronization process makes the slide very heavy.If it is as...
This is a question about shortcuts in VSCode.I used it to describe Ruby's code, and I was able to move the method from F12, but I wanted to move it by listing the reference sources from the definition...
When I entered the print function the other day, it happened that it was not displayed at the bottom of the Xcode screen.There is no problem with the code, and when I set the path with swift, I used p...
I'm a beginner.I would like to use the storyboard to create a small menu screen that covers the screen.The screen looks like a hamburger menu, but is it possible to make it with a storyboard just by t...
There is something I don't understand about base64 decoding (code below) in C on WikibooksAlgorithm Implementation/Miscellaneous/Base64-Wikibooks, open books for an open world What does the data in ch...
I'm trying to run python 3.5 in Xcode.After the installation is complete, when you enter terminal which python3, it says /Library/Frameworks/Python.framework/Version/3.5/bin/python3.The installation i...
def LinearSearch(N,a):n = len(N)for i in range(n): if N[i] == a: return True else: return FalseN = [13, 16, 23, 45, 54, 58, 76, 91]a = 76an=LinearSearch(N,a)print(ans)The result is false for some re...
What is the standard for the transition between UIViewControllers in swift4xcode10?When I looked into it, I found that many of them connected segue from the xcode storyboard GUI... and that it was dif...
I would like to make something like a favorite button (heart-shaped button) for iPhone camera roll.The photos I took are placed in the collection view, and when I tap on one of them, the screen transi...
« | - 19 - | » |
© 2024 OneMinuteCode. All rights reserved.