iphone tag

78 questions


1 answers
59 views
0
Understanding the Photo Display by Section of the Collectionview

I am using collection view for view.Allows you to add sections to the collection view later.Then, I would like to tap the button attached to the added section so that I can select and view each photo ...

1 years ago

2 answers
100 views
0
About the animation that moves the image view little by little while pressing the button.

[UIView animationWithDuration:0] delay:0 options:UIViewAnimationOptionCurveEaseIn animations:^{   self.view.transform=CGAffineTransformMakeTranslation(0,0);}completion:^ {}];I understand tha...


1 answers
68 views
0
How to assign tap and long tap actions to the UIView

In the development of iOS applications, I would like to place multiple UI Views on one view and assign a tap and long tap operation (Segue) to each.Each UIView is assigned a tag.I was able to implemen...

1 years ago

1 answers
75 views
0
How to assign tap and long tap actions to the UIView

In the development of iOS applications, I would like to place multiple UI Views on one view and assign a tap and long tap operation (Segue) to each.Each UIView is assigned a tag.I was able to implemen...

1 years ago

2 answers
100 views
0
About displaying badges on icons

Currently, we are developing smartphone applications using Monaca, and it is located in the app I would like to display the number of unreads in the list on the icon on the home screen.However, as you...


1 answers
122 views
0
How to use Xcode6(Swift) HMSegmentedControl

I have no experience in developing Swift or Obj-C, so I am trying to implement the code on the page below first.http://dev.classmethod.jp/smartphone/ios_oss_hmsegmentedcontrol/With the exception of li...

1 years ago

2 answers
96 views
0
iOS 9 Quick Action screen transition

We are developing Quick Action (3D touch) implemented from iOS 9 and later.I was able to call the specified ViewController (StoryBoard) from within Appdelegate, but I don't know how to call TabBarCont...

1 years ago

1 answers
81 views
0
About the updated ipa test of the released iOS app

I had to update the iOS app that was already released, so When I tried to install the updated ipa file on the actual machine, Failed to install.i ipa is uploaded on the server.There was already a rele...

1 years ago

2 answers
55 views
0
iPhone app compatible with iPad Reject 2.10

The iPhone app I submitted the other day has been rejected.One of the reasons is that I didn't know that I had to support the 2.10 iPad.There are two things that I'm having trouble with.I was told tha...

1 years ago

1 answers
103 views
0
The Xcode developed application cannot be tested on the actual iPhone.

The Xcode developed application cannot be tested on the actual machine.Several people are developing an application using Xcode.The source code is managed by git and cloned to each Mac.The administrat...

1 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.