ios tag

556 questions


1 answers
85 views
0
Understanding How UserDefault Stores an Array of Strings

UserDefault saves the array of Strings and tries to reload it.However, when I read it, it gets nil and the application drops due to an error.I'm trying with code on Playground, but please tell me how ...

2 years ago

2 answers
59 views
0
iOS spritekit does not display nodes

Excuse me, let me ask you something rudimentary.I'm currently trying to create a simple game, and I'm having trouble with the process.Even if I write a program like the image, it doesn't appear on the...

2 years ago

2 answers
136 views
0
How does the CPU get to the BIOS right after boot?

To run the BIOS program immediately after boot, you must boot to the BIOS ROM address 0xffff0.AMD and Intel specifications say so, but I am not convinced.I'm not convinced because it doesn't describe ...

2 years ago

1 answers
87 views
0
I'd like to introduce an interstitial ad for admob.

I tried introducing admob's interstitial ad into the game app developed using SpriteKit, but it didn't work.If you don't use SpriteKit, ads will be displayed. I would appreciate it if you could advise...

2 years ago

1 answers
121 views
0
The Xcode developed application cannot be tested on the actual iPhone.

The Xcode developed application cannot be tested on the actual machine.Several people are developing an application using Xcode.The source code is managed by git and cloned to each Mac.The administrat...

2 years ago

1 answers
75 views
0
When you play a video in AVPlayerViewController, the screen is completely dark.

Playing videos in AVPlayerViewControllerWe have created a controller class that inherited the AVPlayerViewController and are playing it back with the following code:self.player=[AVPlayer playerWithURL...

2 years ago

1 answers
85 views
0
I'd like to introduce an interstitial ad for admob.

I tried introducing admob's interstitial ad into the game app developed using SpriteKit, but it didn't work.If you don't use SpriteKit, ads will be displayed. I would appreciate it if you could advise...

2 years ago

1 answers
36 views
0
I want to launch Safari from WKWebView

We are currently in the process of migrating from UIWebview to WKWebview.However, the behavior of checking PDFs in Safari, not in the app, stopped working in UIWebview.The following is the source of t...

2 years ago

1 answers
106 views
0
I would like to determine the size of the data received by the URLSession in advance.

Request to HTTPServer via iOS+URLSession and Continue receiving response data if it is less than the preset size, I would like to create a program to end the process if it is exceeded.As a method, ref...

2 years ago

1 answers
52 views
0
About the collaboration between ios, php, and cakePHP

I am currently developing SNS on iOS.But it's my first time touching the server side, so I'm having a hard time.I believe that requests from the client (iOS) side to the server side will be sent via G...

2 years ago
« - 24 - »

© 2024 OneMinuteCode. All rights reserved.