ios tag

556 questions


1 answers
124 views
0
SyntaxError: Unexpected token

SyntaxError: Unexpected token error.import React, {Component} from 'react';import axios from 'axios';import SearchForm from './SearchForm';import GeocodeResult from'./GeocodeResult';import Map from '....

2 years ago

1 answers
136 views
0
Failed to mount component: template or render function not defined. in Storybook for Vue

When I tried to put Storybook for Vue into a project using Vue.js, I could see it in my browser, but the components got the following error:Failed to mount component:template or render function not de...

2 years ago

1 answers
100 views
0
Array containing http.get results becomes undefined

I want to put the values I got by hitting the API in the array and take them out at any time. const http=axios.create({ baseURL: 'base-url',})vara = [ ]function addArray() { http.get('/hoge/fuga', {da...

2 years ago

1 answers
38 views
0
Error Validation with xcode

iTunes store operation failed This action could not be completed.Try again.The error appears.Could you tell me the solution?We are working on this site by referring to it. https://akira-watson.com/iph...

2 years ago

1 answers
116 views
0
Unable to get JSON from API server present in Heroku in axios

What do you want to hearI would like to use axios to get JSON from the API server in Heroku.The following error occurred and I cannot...The API server side and client side have not been able to isolat...


1 answers
80 views
0
CGContextDrawPDFPage Fails When Running from Xcode

The iOS app is creating a process to convert each page of a PDF file to UIImage.Up to iOS7, the PDF page was successfully retrieved and converted using the code shown below.When running in iOS 8.1, yo...


1 answers
42 views
0
Unable to run animation continuously in Xcode

In Xcode, we create an animation in which the updated number moves up and down every time the number increases.http://qiita.com/noppefoxwolf/items/32530bb5f011ac2c9c91I made it by referring to this si...

2 years ago

1 answers
30 views
0
Please explain in an easy-to-understand way how to obtain TableView cell numbers in indexpath.

Please explain in an easy-to-understand way how to get the TableView cell number in indexpath.Also, please let me know how to match the index number of the array with the transition destination inform...

2 years ago

1 answers
30 views
0
How to initialize your app or uncheck the CNContactPickerViewController

I am creating an app with Swift4.V Place the Get button on the ViewController and press this button to open the iPhone contact list.②Select any person (multiple people) from the list, check, and press...

2 years ago

1 answers
36 views
0
Is it possible to distribute profiles in order for iOS to connect from the app to a specific wifi?

I'm a beginner at iOS apps.I'm doing research to create it now.I would like to switch wifi connection destinations from the app for iOS devices, but I received a reply saying that I cannot use this si...

ios
2 years ago
« - 45 - »

© 2024 OneMinuteCode. All rights reserved.