Search results for

“Visual Studio Maui IOS”

109,063 results found

Post

Replies

Boosts

Views

Activity

Reply to How to explain completionHandler(true) or (false)
The header doc of `UIContextualActionHandler` (in UIContextualAction.h) says:pass YES to the completionHandler if the action was actually performed, to show a visual indication of the successful completionBut, as far as I tested, I cannot find any visual indications when returnning true, compared to returning false.(I found some articles saying that some early versions of iOS 11 showed different behavior, but that was considered to be a bug and fixed.)iOS might be using the value internally (or may use it in the future), so you should better pass the appropriate value: true: for the action actually performed, false: otherwiseeven if it makes no difference.
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’20
Bluetooth audio with Beats Studio & 10.13 beta 2 (17A291m)
I'm finding that I can't get much in the way of audio from my Beats Studio via bluetooth. I can connect ok, but it does not show up as an audio source, and i found at one point that paying from iTunes it sort of connected but the audio was really quiet, and very bad.Was working fine under Sierra, and I have also tried removing the pairing and re-pairing, no joy.Thx.
0
0
340
Jul ’17
Reply to iMac slows down after Big Sur installing
MacBook Pro (Retina, 15-inch, Mid 2015) 2,2 GHz quad core Intel Core i7 16 GB 1600 MHz DDR3 Intel Iris Pro 1536 MB And can't f*ing scroll the pages fluently or change desktops fluently after Big Sur update. Even my Visual Studio Code which used to work perfectly before the update is clogging now. Why would you do that to your clients, Apple? Is it again like with the iPhones where you had to admit you were slowing them down just to force people to buy new? This MacBook is worth more than two average salaries where I live, this is completely immoral.
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’20
Reply to ABM API Problems with C# and PEM file
Thanks for the post! You should check with the support resources provided by the 3rd party to get assistance with their software as it seems like your are using MAUI or Xamarin? Unless another developer in the forums has experience with the third-party and can provide assistance. Albert Pascual
  Worldwide Developer Relations.
Oct ’25
Reply to Xcode 12.0.1 ,,, old XCode11 issue resurfaces?
Still struggling here. Updated project to recommended settings for Xcode12 and that didn't help. Also tried editing the PHImageManager.h file to fix the empty enum which is the old solution and that doesn't work. Really starting to feel unhappy. Edit, addition: Searching everywhere on this. Stackoverflow, GitHub. Not sure if I'm missing something. A lot of folks with this error are using Xarmin or Visual Studio and the posts are regarding xcode11. I am not using Carmen, VS or Xcode11. I am using plan old and brand new Xcode 12.0.1. My project/App has been live since 2012 and have migrated a few times with the standard persnicketiness but this time feels different and I feel pretty stuck. Thanks for anyone who can shed some light on things.
Oct ’20
Reply to Editing typescript
I have a workaround! In Xcode, clicking on the .ts file just shows an enlarged view of its icon, right? (For me, Xcode just shows VLC's orange cone because it thinks it's an MPEG TS file) Well, if you click on the File Inspector (icon in the right pane that looks like a sheet of paper), change the Type dropdown to JavaScript Source, close the file, right click it, hover over Open As, you'll see a new option to view Source Code. Before doing this, I went to Finder, right clicked the .ts file, selected Get Info, changed the Open with: dropdown to Visual Studio Code. You may not have to do this though. I only did this to get rid of the VLC orange cone.
Oct ’20
Reply to Dimensions for full screen image as background
This sort of information can generally be found in the iOS Human Interface Guidelines. Currently:https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/adaptivity-and-layout/and:https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/
Topic: UI Frameworks SubTopic: UIKit Tags:
Jul ’18
Reply to How to explain completionHandler(true) or (false)
The header doc of `UIContextualActionHandler` (in UIContextualAction.h) says:pass YES to the completionHandler if the action was actually performed, to show a visual indication of the successful completionBut, as far as I tested, I cannot find any visual indications when returnning true, compared to returning false.(I found some articles saying that some early versions of iOS 11 showed different behavior, but that was considered to be a bug and fixed.)iOS might be using the value internally (or may use it in the future), so you should better pass the appropriate value: true: for the action actually performed, false: otherwiseeven if it makes no difference.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’20
Bluetooth audio with Beats Studio & 10.13 beta 2 (17A291m)
I'm finding that I can't get much in the way of audio from my Beats Studio via bluetooth. I can connect ok, but it does not show up as an audio source, and i found at one point that paying from iTunes it sort of connected but the audio was really quiet, and very bad.Was working fine under Sierra, and I have also tried removing the pairing and re-pairing, no joy.Thx.
Replies
0
Boosts
0
Views
340
Activity
Jul ’17
Visualized name on individual account
I'm about to insert a new app on the app store. I am a private person with VAT number. On the store what will appear under the name of the app, my name as the holder of the VAT? Or is it possible to make another word appear?
Replies
0
Boosts
0
Views
331
Activity
Feb ’18
Reply to i want to know how to create .ipa file using android studio..
>using android studio >making a libgdx project in Android Studio >i am working on Mac os and Xcode 8If this is just about using Xcode to make an app for the store, see: Configuring Your Xcode Project for Distribution
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’17
Reply to Apps made through .net maui don't work with local networks.
You should check with the support resources provided by the 3rd party to get assistance with their software. I believe Maui has their own support forums at Microsoft? Unless another developer in the forums has experience with the third-party and can provide assistance. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Feb ’25
Reply to iMac slows down after Big Sur installing
MacBook Pro (Retina, 15-inch, Mid 2015) 2,2 GHz quad core Intel Core i7 16 GB 1600 MHz DDR3 Intel Iris Pro 1536 MB And can't f*ing scroll the pages fluently or change desktops fluently after Big Sur update. Even my Visual Studio Code which used to work perfectly before the update is clogging now. Why would you do that to your clients, Apple? Is it again like with the iPhones where you had to admit you were slowing them down just to force people to buy new? This MacBook is worth more than two average salaries where I live, this is completely immoral.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’20
Reply to Xcode 13 vim mode documentation?
This is great. I've noticed that some visual modes aren't implemented, in particular visual block mode and visual line mode.
Replies
Boosts
Views
Activity
Jun ’21
Reply to ABM API Problems with C# and PEM file
Thanks for the post! You should check with the support resources provided by the 3rd party to get assistance with their software as it seems like your are using MAUI or Xamarin? Unless another developer in the forums has experience with the third-party and can provide assistance. Albert Pascual
  Worldwide Developer Relations.
Replies
Boosts
Views
Activity
Oct ’25
Reply to Do I need resize font size for different Device?
The OS, when dealing w/OS font(s), as an example, does that for you. See 'Dynamic Type Sizes' : https://developer.apple.com/ios/human-interface-guidelines/visual-design/typography/
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’17
Reply to Xcode 12.0.1 ,,, old XCode11 issue resurfaces?
Still struggling here. Updated project to recommended settings for Xcode12 and that didn't help. Also tried editing the PHImageManager.h file to fix the empty enum which is the old solution and that doesn't work. Really starting to feel unhappy. Edit, addition: Searching everywhere on this. Stackoverflow, GitHub. Not sure if I'm missing something. A lot of folks with this error are using Xarmin or Visual Studio and the posts are regarding xcode11. I am not using Carmen, VS or Xcode11. I am using plan old and brand new Xcode 12.0.1. My project/App has been live since 2012 and have migrated a few times with the standard persnicketiness but this time feels different and I feel pretty stuck. Thanks for anyone who can shed some light on things.
Replies
Boosts
Views
Activity
Oct ’20
Reply to Editing typescript
I have a workaround! In Xcode, clicking on the .ts file just shows an enlarged view of its icon, right? (For me, Xcode just shows VLC's orange cone because it thinks it's an MPEG TS file) Well, if you click on the File Inspector (icon in the right pane that looks like a sheet of paper), change the Type dropdown to JavaScript Source, close the file, right click it, hover over Open As, you'll see a new option to view Source Code. Before doing this, I went to Finder, right clicked the .ts file, selected Get Info, changed the Open with: dropdown to Visual Studio Code. You may not have to do this though. I only did this to get rid of the VLC orange cone.
Replies
Boosts
Views
Activity
Oct ’20
Reply to Dimensions for full screen image as background
This sort of information can generally be found in the iOS Human Interface Guidelines. Currently:https://developer.apple.com/design/human-interface-guidelines/ios/visual-design/adaptivity-and-layout/and:https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’18
Reply to com.apple.hiservices-xpcservice (Not Responding)
On my mac Mini M1 2020 Ventura 13.2.1 using android Studio hangs in some cases and i see the service com.apple.hiservices-xpcservice is also not responding when Android studio service is not responding.. Any updates on this issue?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Mar ’23
Beats Studio³ detected as Solo³ on 11.1 Beta
The setup modal told me a newer version of iOS was required for some features (presumably ANC, and this was added in 11.0.2?); when I set it up anyway, it detected as a Solo³. Can we get a new 11.1 build with the relevant changes in?
Replies
0
Boosts
0
Views
339
Activity
Oct ’17
Reply to Mac Studio – Wake from sleep – Desktop picture not stretching to fill Desktop
With my new M2 Mac Studio same issue. On waking up the Studio Displays show normal resolution and then take a moment to shift to my desired setting of more space...
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’23