Skip to content

Commit

Permalink
Merge pull request #125 from abhi99555/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
relatedcode authored Jun 14, 2022
2 parents b88ca85 + 06df246 commit 3ae24c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## WHAT'S NEW IN 13.5 and 13.6

- Bugfix related to iPad split screen
- Bugfix related to showProgress
- Bugfix related to iPad split screen.
- Bugfix related to showProgress.

## OVERVIEW

Expand All @@ -13,7 +13,7 @@ ProgressHUD is a lightweight and easy-to-use HUD for iOS.

### CocoaPods:

[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate `ProgressHUD` into your Xcode project using CocoaPods, specify it in your `Podfile`:
[CocoaPods](https://cocoapods.org) is a dependency manager for Cocoa projects. For usage and installation instructions, visit their website. To integrate the `ProgressHUD` into your Xcode project using CocoaPods, specify it in your `Podfile`:

```ruby
pod 'ProgressHUD'
Expand Down Expand Up @@ -93,7 +93,7 @@ ProgressHUD.imageSuccess = UIImage(named: "success.png")
ProgressHUD.imageError = UIImage(named: "error.png")
```

The list of predefined animation and icon types:
The list of predefined animation and icon types are as follows:

```swift
public enum AnimationType {
Expand Down

0 comments on commit 3ae24c8

Please sign in to comment.