Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
liuniuliuniu committed Sep 10, 2017
1 parent e4de192 commit 2f40e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class LLHomeViewModel: NSObject {

tableV.rx.itemSelected.subscribe(onNext: { (index : IndexPath) in

print("\(index.row)")
printLog("\(index.row)")

}).addDisposableTo(bag)

Expand Down
2 changes: 1 addition & 1 deletion LLProgramFramework.Swift/pch.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let LLNomalFontSize:CGFloat = 14
let LLSmallFontSize:CGFloat = 10

// 自定义打印方法
func print<T>(_ message : T, file : String = #file, funcName : String = #function, lineNum : Int = #line) {
func printLog<T>(_ message : T, file : String = #file, funcName : String = #function, lineNum : Int = #line) {

#if DEBUG

Expand Down

0 comments on commit 2f40e48

Please sign in to comment.