Coder Social home page Coder Social logo

srlscreenloghelper's Introduction

SRLScreenLogHelper

屏幕日志,可切换单行和列表展示

位于屏幕顶部的的日志展示视图 使用步骤: 1、全局引入头文件 2、在某个地方加个开关触发事件,修改NSUserDefault中show_screen_log_view_key的值,YES为开,NO为关。 3、并在事件中post一条通知screenLogSwitchNotification

如果你不知道怎么写可以直接复制以下代码到事件处理方法中

BOOL isOpen = [[NSUserDefaults standardUserDefaults] boolForKey:show_screen_log_view_key]; isOpen = !isOpen; [[NSUserDefaults standardUserDefaults] setBool:isOpen forKey:show_screen_log_view_key]; [[NSNotificationCenter defaultCenter] postNotificationName:screenLogSwitchNotification object:nil];

好了,你全部的NSLog都可以在屏幕中看到了。加油。

srlscreenloghelper's People

Contributors

runlisong avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.