ios tag

556 questions


1 answers
95 views
0
SIGABRT Error Attempting AutoLayout with Swift 1.2Xcode 6.4 iOS 8 Code

Currently, we are developing iOS8 iPhone applications with Xcode 6.4. No Storyboard or Xib, all written in Swift 1.2 code.I would like to use AutoLayouto for the first view as follows.navigationBarUIL...

2 years ago

1 answers
39 views
0
In iOS Objective-C, I want to cancel the conversion work of the text input into the UITextView.

How can I take the attached image A to B by program control?In other words, in UITextView (it's an HTML form in the image...), I wanted to erase the unspecified input string in the markedTextRange and...

2 years ago

1 answers
35 views
0
I want to create an ios app with pedometer function.

I'm a beginner in programming.What kind of code should I write in order to create an ios app with pedometer function?

2 years ago

1 answers
45 views
0
iOS Simulator is Slow

As you can see in the title, Swift is developing an iOS app, and the simulator gradually slows down.Resetting the settings and deleting the application in the simulator will not solve this problem.It'...

2 years ago

1 answers
94 views
0
Understanding WKWebview Timeout Settings

I would like to set a timeout for the web page loaded in the loadRequest of WKWebview.let configuration=WKWebViewConfiguration()let webView = WKWebView (frame:self.view.bounds, configuration:configura...

2 years ago

1 answers
104 views
0
How do I transition so that NavigationBar is not shared before and after the screen transition?

I would appreciate it if you could let me know how to transition without sharing NavigationBar as shown in the image below.I think I will write the following code for normal screen transition.navigati...


1 answers
33 views
0
Does not progress from loading... when creating provisioning profile in ios development

If you write the name and UDID on the page below and press continue, you will not be able to proceed from loading...What kind of cause can you think of?https://developer.apple.com/account/ios/device/d...

ios
2 years ago

1 answers
41 views
0
I want to customize the class that uses internal within the module.

I use a framework called Charts.I installed it with Cocoapods.I would like to change the RadarChartView display.To do so, you must change the RadarChartRenderer.In RadarChartView,internal override fun...

2 years ago

1 answers
86 views
0
I would like to implement the login function with Vue.js and Firebase.

I would like to implement login functionality with Vue.js and Firebase.On the new registration screen, I would like to combine email and password in v-model, import the instance of axios that I create...

2 years ago

3 answers
112 views
0
How to separate operations by area with iBeacon

I would like to install several iBeacons so that when I enter the area of each Beacon, I can do other things (background).I thought it would be possible to change the Major with the same UUID, but wou...

2 years ago
« - 36 - »

© 2024 OneMinuteCode. All rights reserved.