ios tag

556 questions


1 answers
94 views
0
Apple's application review pointed out that an old version of the nend ad remains, and I'm in a state of confusion.

I used to introduce nend ads, but I don't use them anymore.I have removed all the files related to nend, but the Apple Review Team has repeatedly rejected the old version of nend adverts.Here's what w...

2 years ago

1 answers
30 views
0
Please tell me how to set up a two-dimensional array of images.

I put UIImage in ViewdidLoad by creating an array like the one below. How can I write it when I program it in a two-dimensional array?@IBOutlet varmainImage:UIImageView!variableListArray:Array<UIIm...

2 years ago

1 answers
73 views
0
Please tell me how to increase the number by one every 0.25 seconds.

I'd like to write a code that says the number increases with time.As shown in the code below, we can increase the number every second, but You cannot increase a decimal number, such as every 0.25 seco...

2 years ago

1 answers
130 views
0
ArgumentException occurs in pushSharp.

We are developing it with Visual Studio 2013 C#.I am using PushSharp to create a push server for IOS.AppleSettings=new PushSharp.Apple.ApplePushChannelSettings(appleCert, xxxxxxxx;ArgumentException ha...


2 answers
37 views
0
I want to add variables in the extension of the UIView

As per the title, when I looked into it to implement it, I found an article saying that Extensions can add methods, but not variables, and it said that I had to add classes myself.But I don't know how...

2 years ago

1 answers
45 views
0
Realm Browser Cannot Open Default.realm

When I used RealmBrowser to specify the appropriate default.realm, the following message dialog was displayed, and I could not see the contents when I went ahead.'default' could not be opened. It may ...

2 years ago

1 answers
128 views
0
Empty the title of the UINavigationController and use TitleView to create space.

I would like to solve the problem of creating space between titleView and return by emptying the return button characters in the UINavigationController with title= and setting the search bar such as n...


1 answers
40 views
0
Learn how to enable graphing with swift

I'm a beginner and I'm learning swift from grammar.You have learned the basic syntax in your textbook.Currently apps with Calendar and Graph functions are available.We make it by trial and error.I wou...

2 years ago

2 answers
124 views
0
Xcode 6.4 Swift To use Storyboard only on certain pages

Currently, Xcode 6.4 Swift does not use Storyboard, but only uses code to create apps.However, I would like to use Storyboard only for that page because it is difficult to write only with the code bec...

2 years ago

3 answers
101 views
0
I want to send mailers in the background without starting them.

I use monaca to create a hybrid app.By pressing the button, I would like to automatically send mailers to the email address held in the application without starting the mailer.If it's ios, mailto, and...

2 years ago
« - 30 - »

© 2024 OneMinuteCode. All rights reserved.