|

Articles with "ios"

  • Bypass Microsoft Data Protection Policies on iOS

    If your organization uses Microsoft Intune with Mobile Application Management (MAM) policies, you probably face some restrictions when using Microsoft applications such as Outlook or Teams, even on personal devices. These restrictions...
  • Pass ToolbarItems to ViewModifiers using ToolbarContentBuilder

    While making a custom navigation bar for a project in SwiftUI, I wanted to know if there was a way to pass ToolbarItems to a ViewModifier. This is because the default navigation...