ios tag

556 questions


1 answers
72 views
0
I want to create an animation that moves cells horizontally when I open UITableview.

Here's an example of an amazon app, but just like this, I'm going to slide the cell a little bit with the code.I would like to realize the animation that will be restored.With UIScrollView, you can co...

2 years ago

1 answers
57 views
0
I want to change the UIButton image displayed on the pin balloon of MKMap.

The action is described in mapView:notationView:calloutAccessoryControlTapped: so that the action is taken when you click the callout now.-(void)mapView:(MKMapView*)mapViewannouncementView:(MKAnnotati...

2 years ago

1 answers
89 views
0
CocoaPods Crashes When Installing Firebase on Multiple Targets

Currently, Embedded Framework is developing multiple targets.Installing Firebase on multiple targets with CocoaPods crashes after bootup. objc [97307]: Class FIRMessagingLog is implemented in both / U...


1 answers
35 views
0
I want the view of the background of the UISearchBar to be transparent.

I would like to make the black view on the image diagram transparent.The image is search.barTintColor=[UIColor clearColor]; That's what it was.If anyone understands, please take care of me.

ios
2 years ago

1 answers
33 views
0
Always show UISearchbar

How do I always display the UISearchbar at the front of the menu in the ViewController, like the iOS GoogleMap app?The following is the image.

ios
2 years ago

1 answers
43 views
0
iOS Monaca Debugger (3.2.0) Does Not Work in Viewport

Starting this week (after iOS Monaca debugger (3.2.0), the viewport will not work and the screen will be quadrupled.Of course, Enable Viewport Control is checked in the iOS app, and monaca.viewport({w...

2 years ago

1 answers
34 views
0
How to Rewrite Permissions for Push Notifications in iOS

Nice to meet you.I'm currently creating an iOS app, but I'm having trouble around notifications.The things I want to do are as follows.·Rewrite notification permission when the value of the UISwitch i...

2 years ago

1 answers
83 views
0
On iPhoneX, the layout of the UICollectionView is out of alignment.

I have a problem with iPhoneX layout.The app we are currently developing has not added LaunchScreenImage (1124x2436, 2436x1124) for iPhone X.I expect the iPhone X to have the same layout as the 4.7 in...


2 answers
65 views
0
I would like to have Sprite above UIView in the Cocos2d-x hierarchy.

I had the opportunity to use Objective-C's UIView in Cocos 2d-x 3.2, but all UIViews are located before Sprite.All views referred to by Objective-C, as well as UIView, are hierarchically located in fr...

2 years ago

1 answers
64 views
0
I'm thinking of implementing Sign In with Apple, but Sign in with Apple is not available in Signing & Capabilities.

TARGET > Signing & Capabilities to Implement SignInWithAppleI'm searching Sign in with Apple, but I can't find it, why is that?Please let me know the solution.Xcode version 11.7

2 years ago
« - 41 - »

© 2024 OneMinuteCode. All rights reserved.