SkillAgentSearch skills...

MHSoftUI

Extension for Neumorphic Soft UI effect in Swift

Install / Use

/learn @mumty13/MHSoftUI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MHSoftUI

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

MHSoftUI is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'MHSoftUI'

Requirements

  1. Swift 5 or later
  2. Xcode 11 or later
  3. iOS 12 or later
  4. UIKit framework (not SwiftUI)
  5. It is prefered to choose a very light color for your controller's background and the same color to your UI components, for example: self.view.backgroundColor = UIColor(red: 241/255, green: 243/255, blue: 246/255, alpha: 1.0)

Usage

import MHSoftUI where needed.

For UIView:

Simply call this method with your view object for standard SoftUI Effect:

myView.addSoftUIEffectForView()

For UIButton:

let myButton = MHSoftUIButton()

myButton.addSoftUIEffectForButton()

Important

  1. Must call these functions inside viewDidAppear, not viewDidLoad.
  2. For button to animate, it is important to give it MHSoftUIButton class reference, which is a subclass of UIButton.

Cutomization

There are parameters to each method that will let you customize the effect of SoftUI:

someButton.addSoftUIEffectForButton(cornerRadius: someButton.bounds.height/2, themeColor: UIColor(red: 241/255, green: 243/255, blue: 246/255, alpha: 1.0))

Author

Mumtaz Hussain, mumtaz_hussain13@yahoo.com

License

MHSoftUI is available under the MIT license. See the LICENSE file for more info.

View on GitHub
GitHub Stars172
CategoryDevelopment
Updated4d ago
Forks7

Languages

Swift

Security Score

100/100

Audited on Mar 29, 2026

No findings