ios Questions
3
Solved
Inside a widget, there is a button,
Button(intent: AnAppIntent()) {
// Button's label.
}
// It seems this modifier does not add any value.
.invalidatableContent()
connected to an AppIntent.
struc...
4
I'm quite new to iOS distribution so I'm here to ask for the right direction, in particular because my objective is not a common publication.
I'd like to distribute to a few hundreds of selected u...
Circumscribe asked 4/5, 2017 at 10:16
2
Solved
I'm trying to set up Google OAuth with my iOS app and Rails web app. I have 2 separate clients (with of course different client IDs, but with the same prefix) set up in the API Console. One for the...
Providenciaprovident asked 8/2, 2017 at 5:37
6
Solved
How to get the current date in unix-epoch?
timeIntervalSince1970 prints the current time. Is there any way to get today's time at 12 AM?
For example, The current time is : Jan 7, 2018 5:30 PM. tim...
7
Solved
I have a view controller with a child view controller.
tab bar controller
|
|
nav controller
|
|
UIPageViewController (should rotate)
|
|
A (Video Player) (shouldn't rotate)
|
|
B (Controls overla...
Tuba asked 2/2, 2015 at 12:44
3
When I add a UILabel with text to a UIView and then scale the UIView, the contents is displayed with pixelation. The greater the scale factor, the greater the pixelation.
I understand using a CATe...
Pasticcio asked 10/10, 2017 at 2:26
2
Solved
I am using a CADisplayLink as a timer in my application. I am using a CADisplayLink because my app relies HEAVILY on the accuracy/precision of the CADisplayLink. NSTimer is not a suitable replaceme...
Extraversion asked 13/3, 2016 at 23:50
4
I've tried 3 different websites to make sure the console is logging out as well as on my laptop and a different iPad. On the IPad Pro with the latest safari version - no console logging. Anyone exp...
Dieldrin asked 28/3, 2023 at 3:19
4
Solved
I'm trying to have a vertically growing TextField in `SwiftUI but also have the software keyboard have a custom submission method.
This uses the new functionality of iOS 16's TextFields being able ...
3
Solved
I noticed that in Xcode 15.0, xcodebuild command to archive the app fails unless I remove the #Preview macro from the app.
$ xcodebuild archive -scheme <Your Scheme> -sdk iphoneos -allowProvi...
3
Solved
In my iPhone App I am using MKMapKit. Currently I am plotting places on map according to the results get from Google Place API, but as per Google's doc I must use this values only in google Maps. U...
Protoplast asked 27/3, 2013 at 6:22
2
I built a custom view controller. It has 1 tableview, 2 views and 1 map. When I set the constraints for this layout it works fine. I close project and reopen the map view out of the view controller...
Rhizocarpous asked 15/8, 2016 at 12:22
3
Solved
I am trying to build my app for iOS (using react-native), and I keep getting the error Multiple commands produce PrivacyInfo.xcprivacy.
I know where the error comes from, it's related to the fact t...
Rectify asked 30/3, 2024 at 10:55
5
I'm testing an iOS App using TestFlight.
I have already successfully tested 8 Build pre-release but now it is not working anymore.
I have upload the built and it has been approved by Apple, invitat...
Cheongsam asked 11/7, 2015 at 18:57
3
I tried to using flutter secure storage for some of my apps, what I realised when I uninstall the apps and install those apps again is that the data on flutter secure storage that I stored on previ...
6
Solved
'Your app is missing support for the following URL schemes: com .googleusercontent.apps.xxx'
I found the question and answer in many times but no one from that help me :( . Anyone can you please help me?
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBun...
Eyler asked 21/6, 2018 at 4:52
2
Solved
I'm trying to configure Firebase on a flutter mobile app.
I have two flavors (prod and preprod) in my app, so I created two Firebase apps, one for each flavor
for the prod flavor everything works f...
2
I'm using NSPersistentCloudKitContainer to synchronise data between different devices with CloudKit. It works perfectly well with a new project, however when I'm using it with old projects the old ...
Allocution asked 3/7, 2019 at 18:10
4
Solved
I have no problem building ios project the traditional way, but when trying to build with Xcode Cloud it seems that there is some trouble in finding specific paths. I'm importing the build from the...
Dragoon asked 8/6, 2022 at 13:7
4
Solved
I have a UICollectionView added to a UIView in an app I am working on. Displayed in the UICollectionView I have a set of images pulled from Core Data. The vertical scrolling works fine but the scro...
Cottonmouth asked 14/5, 2013 at 19:18
5
Solved
Right now, I am in the process of converting from UIKit to SwiftUI. In UIKit, there is a native Close, X-Styled Button - UIButton.ButtonType.close, like shown below:
I wanted to find the equivalen...
2
Solved
If I create a Menu in SwiftUI (iOS), I cannot set the color of the Buttons inside, e.g.:
Menu("Actions") {
Button(action: { }) {
Label("Whatever", systemImage: "pencil&qu...
Dibbuk asked 18/2, 2021 at 11:56
4
Solved
I want to change the color of a link within a UILabel. I've found loads of past questions on how to do this for a UITextView, and past questions with answers in Obj-C (but can't translate these to ...
2
Solved
I am trying to create UI test for my controller. I fill textfields and tap button and now I want to wait for dialog to appear and when it apears I want to tap Ok button and check what controller is...
Thais asked 30/3, 2016 at 16:26
2
I'm sending push notifications to an expo app, and I would like to customize the icon of the notification. How can this be done?
Privity asked 4/7, 2019 at 14:16
© 2022 - 2025 — McMap. All rights reserved.