Skip to content

Commit a0b2da8

Browse files
author
Ricardo Casanova
committed
Fix comments according with the Xcode structure
1 parent fe8eff2 commit a0b2da8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UIView.xctemplate/___FILEBASENAME___View.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ___VARIABLE_moduleName___View: UIView {
2323
extension ___VARIABLE_moduleName___View {
2424

2525
/**
26-
* Setup views
26+
Setup views
2727
*/
2828
private func setupViews() {
2929
//__ Configure your view here
@@ -34,7 +34,7 @@ extension ___VARIABLE_moduleName___View {
3434
}
3535

3636
/**
37-
* Configure subviews
37+
Configure subviews
3838
*/
3939
private func configureSubviews() {
4040
//__ Configure all the subviews here
@@ -46,7 +46,7 @@ extension ___VARIABLE_moduleName___View {
4646
extension ___VARIABLE_moduleName___View {
4747

4848
/**
49-
* Add subviews
49+
Add subviews
5050
*/
5151
private func addSubviews() {
5252
//__ Add all the subviews here

0 commit comments

Comments
 (0)