Anonymous » 05 мар 2024, 06:48
Последнее сообщение Anonymous «
Anonymous »
I want to convert my iOS project into a framework. I already going throw some solutions but can figure it out because those are not descriptive as much. Can anyone help me? Here are the solutions that I already tried: (1) Convert Existing iOS App to...
Anonymous » 05 мар 2024, 05:25
Последнее сообщение Anonymous «
Anonymous »
what the title says. I tried updating my software but it still doesn't work. My scrollview works perfectly and scrolls on simulator but when I run it on actual device it doesn't scroll, (unless I enter a specific substate of the scrollview). Whats...
Anonymous » 05 мар 2024, 04:10
Последнее сообщение Anonymous «
Anonymous »
I'm working on implementing a pop-to-root view for my tab bar views in SwiftUI. With my current code, I can print the newValue on every tap after the first. The code works as expected but does not reset the NavigationStack for the given tab. Is...
Anonymous » 05 мар 2024, 03:55
Последнее сообщение Anonymous «
Anonymous »
I have a game where I would like to move an SKNode left or right depending on if the user touches the left or right side of the screen. How to I apply a constant movement to a node while the user is touching the screen?
Anonymous » 05 мар 2024, 03:33
Последнее сообщение Anonymous «
Anonymous »
iOS 13 introduced some changes to the UISegmentedControl including a really nice animation when switching the selected segment. However I'm noticing that it's not displaying the backgroundColor property correctly, it always seems to have a bit of a...
Anonymous » 05 мар 2024, 03:05
Последнее сообщение Anonymous «
Anonymous »
Currently using both CLLocation's course (CLLocationDirection) property as well as the new heading value provided by func locationManager(_ manager: CLLocationManager, didUpdateHeading newHeading: CLHeading) to obtain the true north value for a...
Гость » 04 мар 2024, 18:58
Последнее сообщение Гость «
Гость »
I'm having troubles pushing data to the next view in SwiftUI. The first data pushed is correct for one annotation , but all the others either push nothing or the wrong data :-(. Looks like the declaration isn't made in the right place, but cannot...
Гость » 04 мар 2024, 18:46
Последнее сообщение Гость «
Гость »
I'm currently working on an application using Vuforia and I need to retrieve the camera direction from a 4x4 transformation matrix. I've already retrieved the position from the deviceMatrix.
Гость » 04 мар 2024, 18:43
Последнее сообщение Гость «
Гость »
I'm getting this auth error when trying to authenticate in a resigned app:
I have a Swift app with bundle identifier A.A.A.A, that uses MSAL. It works flawlessly when running the app on my device locally via cable and after archiving in xcode...
Гость » 04 мар 2024, 18:30
Последнее сообщение Гость «
Гость »
I've Mac M2 chip. After my last weekend update of my Mac OS from Monterey to Sonoma (14.3) and upgrading the Xcode from 14.2 to Xcode 15.2, my react-native project code (0.72.4) build is failed, but after clearing node_modules, pods and reinstalling...
Гость » 04 мар 2024, 18:18
Последнее сообщение Гость «
Гость »
Everything is ready like firebase, firebase was installed by SDK's. Everything is included like import FirebaseCore , and FirebaseApp.configure(). Maybe I should write in some another context, guess will be better if i send the code.
Гость » 04 мар 2024, 18:08
Последнее сообщение Гость «
Гость »
I have four main functional areas of my app that can be accessed by the user via a custom tab bar at the bottom of the the ContentView. I want to use a slide transition to move between the views when the user taps the desired function in the tab...
Гость » 04 мар 2024, 17:52
Последнее сообщение Гость «
Гость »
I have the following code with these drop down lists and even an autocomplete at the bottom. These are all built into form and work nicely until a keyboard is presented in iOS. Then I get the following error:
Гость » 04 мар 2024, 17:20
Последнее сообщение Гость «
Гость »
I don't understand when will an upcast to CustomDebugStringConvertible succeed. In the following example, errorClass and myEnum don't compile. But what is causing the failure? Why the other two (errorStruct and errorEnum) work?
struct ErrorStruct:...
Гость » 04 мар 2024, 16:39
Последнее сообщение Гость «
Гость »
TableViewController
import UIKit import FirebaseDatabase class OldGuestBooking: UIViewController { lazy var ref = Database.database().reference().child( Hotel ).child( Royal Pearl ) var checkInDate: Date? var checkOutDate: Date? var selectedRooms:...
Вы можете начинать темы Вы можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы можете добавлять вложения