File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Open the downloaded project in Xcode, then drag and drop folder named **CFAlertV
3232
3333## Usage :
3434<p >
35- <img src="https://github.com/Codigami/CFAlertViewController/blob/develop /Images/Use%20Cases.png" style="width: 100%" />
35+ <img src="/Images/Use%20Cases.png" style="width: 100%" />
3636</p >
3737
3838The above shown alert can easily be implemented using the code snippet
@@ -121,12 +121,12 @@ By default, the alert gets dismissed after tapping on the background (overlay).
121121
122122 1 ) Some examples where you can make the use of header in alert (the dollar image is in header)
123123<p >
124- <img src="https://github.com/Codigami/CFAlertViewController/blob/develop /Images/Alert%20With%20Header.png" style="width: 100%" />
124+ <img src="/Images/Alert%20With%20Header.png" style="width: 100%" />
125125</p >
126126
1271272 ) Some examples where you can make the use of footer in alert
128128<p >
129- <img src="https://github.com/Codigami/CFAlertViewController/blob/develop /Images/Alert%20With%20Footer.png" style="width: 100%" />
129+ <img src="/Images/Alert%20With%20Footer.png" style="width: 100%" />
130130</p >
131131
132132##### Callback
You can’t perform that action at this time.
0 commit comments