xcode tag

271 questions


1 answers
82 views
0
Press buttons divided by category → List by category in table view (transition to section of category corresponding to pressed button)

This is my first question.We are developing an application to introduce a store in a certain area. There are nine buttons on the top page, separated by each category.For example, if you press a button...

2 years ago

1 answers
108 views
0
In Xcode, the code that works in Playground does not run properly in the CommandLineTool project.

I wrote a simple code to make a GET request to githubAPI as follows.import FoundationLet url=URL (string: https://api.github.com/users/( hidden characters)!let get = URLSession.shared.dataTask(with:ur...

2 years ago

1 answers
139 views
0
Why can't I call the external JS function Window.hoge?

I am developing a Gawa native application using WebView at Swift.The UIViewController cannot send the value to the function declaring the value in the external JS.Why?With the code below, window.a() c...


2 answers
125 views
0
The process of switching an image tapped in the IF statement of SWIFT to another image.

I want to switch to PAUSE image when I tap START image as attached image, but I can't.追Additional The build passes through the xcode, but when I tap the START image, it does not switch to the PAUSE im...

2 years ago

1 answers
140 views
0
User authentication crashes with iOS app using GooglePlayGameServices

If you authenticate the user of GPG within the iOS application built by Unity, it will crash.Is there a way to authenticate without crashing on iOS?Xcode Thread View libsystem_kernel.dylib`__pthread_k...


1 answers
96 views
0
Self.navigationController?.pushViewController fails screen transition when using Swift Library PageMenu

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...

2 years ago

2 answers
45 views
0
(Swift) Slider bar changes images, but slow response

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...

2 years ago

1 answers
42 views
0
The print function does not appear at the bottom of the Xcode screen.

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...

2 years ago

2 answers
40 views
0
place a small menu screen above the screen

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...

2 years ago

2 answers
43 views
0
Understanding Python 3.5 Settings on Mac (Xcode)

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...

2 years ago
« - 13 - »

© 2024 OneMinuteCode. All rights reserved.