Skip to content

Commit 10c0adf

Browse files
committed
Fixed Clipper storyboard issue and updated Crashlytics
1 parent 9d25873 commit 10c0adf

File tree

6 files changed

+96
-96
lines changed

6 files changed

+96
-96
lines changed

podverse/Base.lproj/Main.storyboard

Lines changed: 95 additions & 95 deletions
Large diffs are not rendered by default.
449 KB
Binary file not shown.
0 Bytes
Binary file not shown.

podverse/Crashlytics.framework/submit

32 Bytes
Binary file not shown.
16 Bytes
Binary file not shown.

podverse/EpisodesTableViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ class EpisodesTableViewController: UIViewController, UITableViewDataSource, UITa
229229
// If not the last item in the array, then perform selected episode actions
230230
if indexPath.row < episodesArray.count {
231231

232-
var selectedEp = episodesArray[indexPath.row]
232+
let selectedEp = episodesArray[indexPath.row]
233233

234234
let episodeActions = UIAlertController(title: "", message: "", preferredStyle: UIAlertControllerStyle.ActionSheet)
235235

0 commit comments

Comments
 (0)