ios tag

556 questions


2 answers
115 views
0
LANGUAGE ACQUISITION METHOD FOR iOS SETTING INFORMATION AND COUNTRY

I'd like to get language and country information on the settings screen.For ios9 seriesNSLocale.preferredLanguages().first when used.ja-JP appears. for ios 8 or lower ja appears.As for the information...

2 years ago

1 answers
65 views
0
Allow CollectionView cells to have different identifiers each time

Whenever cellForItemAtIndexPath is called in the CollectionView cell, I want to have a different identifier every time, but I don't know how to do it.Or is it not possible?For example, on the first sc...


2 answers
91 views
0
Understanding iOS App Lifecycle

On iOS app, I press the home button twice to display the multi-tasking bar, swipe up the app, and exit. Is this equivalent to the Not Running state in iOS app's lifecycle?With the app I'm making now, ...

2 years ago

1 answers
112 views
0
Unable to push notification to specific iOS devices

I'm using Apns, but In case of 4G communication on a particular terminal (the settings of the terminal are adjusted to other terminals), I did not receive any notification.If you are using Wi-Fi on a ...

2 years ago

1 answers
106 views
0
When I reviewed Monaca's app, I was asked to edit it loosely for push notification.

Your appappears to include API used to register with the Apple Push Notification service, but the app signature's entries do not include the aps-environment entry. (omitted) You may remove the API fro...

2 years ago

1 answers
109 views
0
Where to Use Protocols

I would like to ask you a question because I am not sure about the iOS protocol.First of all, is the protocol used mainly for delivery?Are there few other uses besides delivering?Can you think of othe...


1 answers
56 views
0
Communication between iPhone (iOS10) and nifty mobile backend

Currently, there is an application developed using monaca and nifty mobile backend.When I updated iOS to 10.0.2, from nifty mobile backendData retrieval is no longer possible.Update SDK version to 2.1...

2 years ago

1 answers
130 views
0
RealmSwift wants to get a list of "many" of one-to-many relationships

I'm a beginner practicing database operations at realm.Implementation of tag functionality, database designI was able to run the database using this answer.Therefore, I would like to display a list of...

2 years ago

1 answers
116 views
0
Textarea automatically resizes, and when it becomes long, the opening sentence is hidden above.

Thank you for your help.I am developing using Angularjs at Monaca.This time, I would like to make a notepad that automatically resizes the text area according to the number of characters.So I implemen...

2 years ago

2 answers
162 views
0
Change the Size of TableView Cells

I would like to change the size of the cell in TableView depending on the content, but I don't know what to do.For example, suppose you have a TableView cell:I would like to change the cell height acc...

« - 29 - »

© 2024 OneMinuteCode. All rights reserved.