Skip to content

Commit

Permalink
fix bundelID
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragaie alfy authored and Ragaie alfy committed Nov 22, 2017
1 parent 8106806 commit 072ffbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RadioGroup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ import UIKit
radioGrouptableView.dataSource = self
let bundle = Bundle(for: type(of: self))

radioGrouptableView.register(UINib(nibName: "RadioCell", bundle: nil), forCellReuseIdentifier: "radioCellID")
radioGrouptableView.register(UINib(nibName: "RadioCell", bundle: bundle), forCellReuseIdentifier: "radioCellID")

}

Expand Down

0 comments on commit 072ffbf

Please sign in to comment.