Search results for

“Visual Studio Maui IOS”

109,098 results found

Post

Replies

Boosts

Views

Activity

Reply to Will my application that was developed for iOS 8 be compatible on iOS 9 ?
Wether you need to recompile or not, has a lot to do with what your app does.One of my apps, though it works fine, is now visually useless because iOS 9switched the system font to San Francisco which screws up spacing very badlyin my app. In my case, I need to adjust for this and recompile/submit. Your appmay need no modifications at all. Test it thoroughly.
Sep ’15
Reply to UIVisualEffectView with mask doesn’t blur in iOS 10
Hi Rincewind (hope you're still listening),(TL;DR: Read underlined question.)I understand the description and subtleties of the offscreen rendering of UIVisualEffectViews, and I've implemented our effects to work in iOS 10 with your instructions here vis-à-vis the maskView property. However, this implementation is failing on iOS 9. Specifically, on iOS 9 the views are failing to render at all, as if they had their hidden property set to true.This has 'nerd-sniped' a large portion of our iOS team here at Tulip, and we just can't figure it out. I've also recently watched the WWDC session What's New in UIKit Dynamics and Visual Effects and that hasn't helped me with this one. None of the posts here reference both iOS 9 and 10 and the same time, and so we're beginning to wonder if it's just not possible. Is it possible to have a single code-path implementation of a visual effect view that will work for both iOS 9 and iOS 10?Our requi
Topic: UI Frameworks SubTopic: UIKit Tags:
Feb ’17
Reply to Database App
For many use cases, although not technically a RDBMS as such, there is Core Data built right into Xcode. It's build on SQLite, has a mature API and a great visual editor to build model objects and relationships.Saying this, in my view, I would not class Core Data as a beginners framework, but if you're fairly comfortable programming iOS / macOS, then there is a lot to be said for it.
Topic: Business & Education SubTopic: General Tags:
Jul ’16
Reply to System Storage Full
With the iPad storage screen open, and with all other apps turned off, I could visually watch the system storage number grow at roughly 100MB per 15 seconds until it reached a device total usage of 60.9GB (of 64GB) when it finally stopped growing (I have a video of it). This is on an iPad Air 2 iOS 11.1.2 updated yesterday.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’17
Reply to Is it possible to add activity indicator (Custom or Default) on Splash Screen / Launch Screen? If yes then please suggest me ?
I see from your tags this is iOS related, and as QM notes, the launch screen is a essentially a visual placeholder until the app comes up. A progress indicator is not used.Perhaps if you discussed why you think a progress indicator is needed...what happened during your testing, under what circumstances, etc., leads you to want a progress indicator, someone might be able to suggest a solution.If this is just a habit in your application design, I'll suggest the iOS HIGs, etc. See: https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/
Topic: Programming Languages SubTopic: Swift Tags:
Mar ’17
Reply to Can no longer detect 2nd display in MacOS Monterey
Very strange workaround (dell 32 usb-c): turn off the monitor open the laptop lid turn on the monitor close the lid have to do the same thing every time MacBook is restarted. Very annoying. Ive already planned to switch to Windows this fall, If this is not fixed. I am 39 years old and so just need a good productivity workflow. It seems Apple is playing dirty games to try to convince people to switch to Studio Display (I went to Apple store and guess what, it works fine on studio display). Coincidence?
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’22
Reply to UILabel truncates inside UIStackView?
For some reason the forums aren't uploading my screenshots. So I guess visualize truncated labels. :-)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’15
Reply to Double initialized as Decimal returns number with trailing fractional digits
Hence the reason for visual formatters. Don't the Decimal type unless you really need to.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21
Reply to tvOS UISegmentedControl events
How would that help, when the control is updating its visuals as if a selection occured without a click?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’16
Reply to Will my application that was developed for iOS 8 be compatible on iOS 9 ?
Wether you need to recompile or not, has a lot to do with what your app does.One of my apps, though it works fine, is now visually useless because iOS 9switched the system font to San Francisco which screws up spacing very badlyin my app. In my case, I need to adjust for this and recompile/submit. Your appmay need no modifications at all. Test it thoroughly.
Replies
Boosts
Views
Activity
Sep ’15
Xcode file is overwritten by an engine I use (gamemaker studio 2)
When I edit something in xcode it is overwritten by an engine I use to make a game, so the edited things are back to how it was before I edited it. How can I prevent this from happening?
Replies
0
Boosts
0
Views
174
Activity
Jul ’24
Reply to SpriteKit Scene Editor Bug (Xcode 7 Beta - Not able to select/edit node in Animate Mode)
Visual feedback for scenes creation and testing different settings/attributes for nodes in the scene is a crucial step in making more advanced visual appealing games. Turning on/off the simulate button for every single change in your scene is a big drawback for xcode. Since this features works in stable xcode releases.
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Replies
Boosts
Views
Activity
Sep ’15
Reply to UIVisualEffectView with mask doesn’t blur in iOS 10
Hi Rincewind (hope you're still listening),(TL;DR: Read underlined question.)I understand the description and subtleties of the offscreen rendering of UIVisualEffectViews, and I've implemented our effects to work in iOS 10 with your instructions here vis-à-vis the maskView property. However, this implementation is failing on iOS 9. Specifically, on iOS 9 the views are failing to render at all, as if they had their hidden property set to true.This has 'nerd-sniped' a large portion of our iOS team here at Tulip, and we just can't figure it out. I've also recently watched the WWDC session What's New in UIKit Dynamics and Visual Effects and that hasn't helped me with this one. None of the posts here reference both iOS 9 and 10 and the same time, and so we're beginning to wonder if it's just not possible. Is it possible to have a single code-path implementation of a visual effect view that will work for both iOS 9 and iOS 10?Our requi
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’17
Reply to Database App
For many use cases, although not technically a RDBMS as such, there is Core Data built right into Xcode. It's build on SQLite, has a mature API and a great visual editor to build model objects and relationships.Saying this, in my view, I would not class Core Data as a beginners framework, but if you're fairly comfortable programming iOS / macOS, then there is a lot to be said for it.
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’16
Reply to System Storage Full
With the iPad storage screen open, and with all other apps turned off, I could visually watch the system storage number grow at roughly 100MB per 15 seconds until it reached a device total usage of 60.9GB (of 64GB) when it finally stopped growing (I have a video of it). This is on an iPad Air 2 iOS 11.1.2 updated yesterday.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’17
Reply to Is it possible to add activity indicator (Custom or Default) on Splash Screen / Launch Screen? If yes then please suggest me ?
I see from your tags this is iOS related, and as QM notes, the launch screen is a essentially a visual placeholder until the app comes up. A progress indicator is not used.Perhaps if you discussed why you think a progress indicator is needed...what happened during your testing, under what circumstances, etc., leads you to want a progress indicator, someone might be able to suggest a solution.If this is just a habit in your application design, I'll suggest the iOS HIGs, etc. See: https://developer.apple.com/ios/human-interface-guidelines/graphics/launch-screen/
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’17
Reply to Can no longer detect 2nd display in MacOS Monterey
Very strange workaround (dell 32 usb-c): turn off the monitor open the laptop lid turn on the monitor close the lid have to do the same thing every time MacBook is restarted. Very annoying. Ive already planned to switch to Windows this fall, If this is not fixed. I am 39 years old and so just need a good productivity workflow. It seems Apple is playing dirty games to try to convince people to switch to Studio Display (I went to Apple store and guess what, it works fine on studio display). Coincidence?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’22
Reply to Unable to Enroll / make payment, No reply from support
The suggested way to enroll Apple Developer Program is using Apple Developer App. Try to make the payment in the app. — WindowsMEMZ @ Darock Studio
Replies
Boosts
Views
Activity
Oct ’24
Reply to Is Macbook Pro 2020 intel i5 8gb good for mobile programming? (X-Code and Android Studio)
8 gb is enough if you not going to use Xcode and android studios in same time and if you not going to open more than 2 emulators
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’22
Reply to Children's book app updates
Thank you, yes it has been a long time - I lost my daughter and just now returning to my studio. I contacted Apple today to confirm if it was ok to ask this in the Forum and she gave me approval - so I am confused :/
Replies
Boosts
Views
Activity
Jan ’22
Reply to Can you get or confirm user's location in app clip that is not invoked from NFC tag or visual code?
NFC or a visual code are required to confirm a user's location.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’20