ios tag

556 questions


1 answers
40 views
0
Do you often use c++ when developing iOS?

Do you often use c++ in iOS like using ndk in Android?

2 years ago

1 answers
88 views
0
How to make certain pixels transparent on the uiimage pixel on the iPhone

Hello.I'd like to make certain pixels transparent on iPhone.On Android, it became transparent if the alpha value was zero.On iPhone, R, G, B, and A must be zero to make the pixel transparent.I don't u...

2 years ago

1 answers
57 views
0
[Objective-C] This is an xib question for creating iOS Custom View.

CustomView.hCustomView.mCustom View.xib.You have created a view that you want to float in xib.On the xib screen The first question I'd like to ask here is Placeholders' File's Onwer or View, which cla...

2 years ago

1 answers
59 views
0
When I try to load url from iOS webview, the page does not load with the message App Transport Security has blocked...

let url = NSURL (string: http://google.com);let requestObj = NSURLRequest(URL: url!);myWebView.loadRequest(requestObj);Loading url with App Transport Security has blocked a cleartext HTTP (http://) re...

2 years ago

1 answers
32 views
0
I have a question about xcode7.x Swift (about collection view)

Hello, I am a student who is developing an application with Swift!Today, I am posting a question because I have a question during the data transfer between classes.override func collectionView(collect...

2 years ago

1 answers
30 views
0
Is there a way to get the picture after giving the option on swift?

Is there a way to specify a photo option (photo size, date, etc.) and bring the photos that fit that option?

2 years ago

1 answers
74 views
0
Is there a case where device tokens are not assigned in ios?

Is there a case where device tokens are not assigned in ios?We just launched a serviceWhen you install the app, it is designed to register tokens on the server.I think the token registration rate is l...

2 years ago

1 answers
27 views
0
I have a question about xcode7.x Swift. (1. What is container view? 2. Can selecting a cell in table view affect the disconnected table?)

Hello, I am a student who is currently making an ios application for the first time.Currently, the screen I want to make is divided into three parts and displayed at once.What I'm curious about is tha...

2 years ago

2 answers
71 views
0
I have a question about the app development at the app development

Hello, I'm a beginner, but I want to try developing an app this time, so I'm just asking you a few questions.I want to make applications in the form of 'Zigzag' and 'Couponmoa', is it a native app dev...

2 years ago

1 answers
40 views
0
Questions about exchanging between ios-php-mysql!

Hello, I have a question!No difference To make sure that what I know about the exchange between ios-php-mysql is correctHere's the question!The way I know right now isPost it on php in the form of a s...

2 years ago
« - 52 - »

© 2024 OneMinuteCode. All rights reserved.