Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

#swift

  1. O

    Core-Monitor: Free open-source Apple Silicon monitoring, fan control, and Touch Bar widgets

    Hi everyone, I am the developer of Core-Monitor, a free and open-source system monitor built specifically for Apple Silicon Macs. Core-Monitor provides live information for: CPU and GPU usage Memory and storage Battery health and power Temperatures and thermal state Fan speeds Network...
  2. MacToby

    macOS Swift Playgrounds comparison operators

    So, I'm currently learning Swift (with no programming experience at all) with Swift Playgrounds. I am currently on Learn To Code 2 at the level Round Up the Switches. My solution for this level was: var numberOfGems = 0 var numberOfSwitches = 0 func checkTile() { if isOnGem {...