Giter Club home page Giter Club logo

nsobj-inspect's Introduction

NSString+JavaAPI

An NSObject category that uses reflection to display details about arbitrary objects.

Building

Nothing fancy here, just add the sources to your project and go.

Usage

To use this code, you must do two things:

  1. #import "NSObject+Inspect.h".

  2. Call inspect on whatever object you are interested in. You can also pass an object to inspect, if you'd like to inspect something that is not itself derived from NSObject.

Limitations

None known. Note that this does not mean that none exist.

FAQ

Why create this category?
Curiosity mostly, and to become more familiar with Objective-C and the iOS SDK. This was a learning-experience for me more than anything else. Also, reflection is just plain cool.

Why should I use this library?
Use this code if you're curious about your runtime environment and you want to do a bit of poking around. It's handy for discovering internal/undocumented API's, for one thing.

Why should I NOT use this library?
If you're trying to do anything practical, this code will not help you.

What are your license terms?
Use this code if you want, otherwise don't. That's it.

nsobj-inspect's People

Contributors

adam-roth avatar

Watchers

 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.