iphone Questions
4
I want to try out the Kotlin Multiplatform Mobile (KMM) in Android studio. I have installed the Plugin and when I try to add configuration for IOS, nothing shows up. I just have an IOS option but n...
Madelene asked 29/9, 2020 at 4:28
2
Solved
I want to add a URL to an event on a Google Calendar through the calendar API. This calendar will often be viewed on an iPhone.
Google provides a source field that can be used to link back to the s...
Bahaism asked 21/11, 2015 at 12:22
1
I have a view controller that displays a collection view with self-sizing cells. The collection view has one section that scrolls horizontally. It looks like this:
Problem
The collection view b...
Candlefish asked 29/4, 2020 at 10:3
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...
6
Solved
iPhone simulator is running on my Mac but it's not showing the simulator. Two days back I had installed the Mac OS X 10.5.6 update. Xcode is launching the aplication in simulator, and it's running,...
Boadicea asked 9/3, 2009 at 9:32
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
4
I am getting this error when I run the app in an actual device even the device is unlocked.
I tried disconnecting and connecting the device, rebooting the device, restart Xcode and clean the pro...
10
I've been developing an iPhone app using my iPhone 11 for it. Up until the recent release of Xcode 15 and iOS 17 everything was going fine but suddenly, a few weeks after the update, my Xcode no lo...
7
Solved
I'm using react-native with react-native-paper.
I have the following code:
import React, { Component } from 'react';
import { View, StyleSheet } from 'react-native';
import { Button, TextInput } ...
Yuma asked 25/2, 2019 at 6:20
5
Solved
This is my view (controller) hierarchy:
UITabBarController (as the rootViewController of the app)
UINavigationController (as the viewController for one of the tabBar tabs)
UIViewController (as th...
Macruran asked 29/10, 2014 at 22:48
4
Solved
I have a UIScrollView and I want it to be able to scroll in both directions (it currently does) but only one at a time. So, for instance, if you start scrolling it horizontally, it won't move verti...
Ferrochromium asked 12/6, 2012 at 17:42
5
Solved
I have created app in react-native. I can run app in Xcode simulator successfully. But when I created ipa file and run in IOS device, it gives me error 'app cannot be installed because its integrit...
Document asked 21/4, 2021 at 5:40
5
Solved
I've got a weird problem with a TableViewController.
In the doc it says that a tableViewController deals also with the method
-flashScrollIndicators when the table is "oversized" respect the visib...
12
Solved
How to detect a long touch pressure with javascript for android and iphone?
native javascript or jquery...
I want something that sound like :
<input type='button' onLongTouch='myFunc();' />...
Lully asked 26/5, 2011 at 13:26
5
Solved
How often I can update mobile application on App Store? Can I update every 2-3 days?
Thank you.
6
I know how to create silent push notifications (with playing a sound file that is silent).
I would also like to send a push notification that doesn't vibrate phone.
When setting silent sound file ...
Vise asked 20/5, 2014 at 7:0
18
Solved
I am running Xcode 4.3.3 on the new Macbook Retina and out of the blues Xcode started freezing right after launching. I was in the middle of working on two projects so when Xcode starts up it immed...
3
I'm currently working on implementing universals links into my App, they work perfectly on my simulators whether using command line xcrun simctl openurl booted or by tapping on links from messages
...
Chloro asked 17/5, 2021 at 12:12
7
I didn't use react-native for a few months. It looks like some things have changed meanwhile. In the official documentation they recommend to uninstall react-native-cli and to usenpx react-native i...
Bairam asked 12/12, 2019 at 17:54
10
In an iOS app you can set application.idleTimerDisabled = YES to prevent the phone from auto locking.
I need to do this in mobile safari for a game like Doodle Jump where the user may not touch t...
Mid asked 14/3, 2012 at 20:36
8
I have a view controller that uses AVPlayer. this view controller can load a modal view controler where the user can record audio using AVAudioRecorder.
this is what happens:
if the user plays th...
Thousandth asked 17/3, 2011 at 21:14
13
I have an AVAudioPlayer playing some audio (duh!)
The audio is initiated when the user presses a button.
When they release it I want the audio to fade out.
I am using Interface builder...so I am ...
Noninterference asked 1/8, 2009 at 13:24
4
Solved
What's the size of the visible area in Mobile Safari on the iPhone 5 in default configuration, in landscape and in portrait orientation?
Breast asked 17/9, 2012 at 16:40
4
Solved
In my application I need to use the Windows Azure services to store the data for that I am using this:http://www.windowsazure.com/en-us/develop/mobile/tutorials/get-started-with-data-ios/ sdk for W...
Mozza asked 17/4, 2013 at 21:25
18
Solved
On my "Develop" menu, in Safari, the iPhone no longer appears after updating Safari to the latest version, making it impossible to inspect and debug sites and apps.
I restarted the iPhone, killed ...
Mariettemarigold asked 21/11, 2014 at 11:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.