Coder Social home page Coder Social logo

tkremotemessagelistoperator's Introduction

RemoteMessageListOperator

Mou icon

Requirements

tinkl, is some of my experiences,hope that can help ios developers.

RemoteMessageListOperator uses ARC and requires iOS 7.0+.

It probably will work with iOS 6, I have not tried,but it is not using any iOS7 specific APIs.

Installation

just download zip file… > and you can use it .

Links and Email

if you have some Question to ask me, you can contact email [email protected] link.

or see blogs http://www.cnblogs.com/tinkl/p/3573454.html

Some Code

Just see this:

  • (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath

  • [cell SendMessageRemoteImgOper:_objImgListOper WithMessage:dictionary type:messageType_text];

Execution

- (void) SendMessageRemoteImgOper:(RemoteImgListOperator *)objOper WithMessage:(NSMutableDictionary *) dict type:(int) type
{

    NSString * guid =  dict[@"MESSAGE_GUID"];
    [self setRemoteImgOper:objOper withGUID:guid];
    SLLog(@"SendMessageRemoteImgOper guid : %@",guid);
    __block NSMutableDictionary *blockDict = [dict mutableCopy];
    dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
        dispatch_sync(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{
            dispatch_async(dispatch_get_main_queue(), ^{
                if (_objRemoteImgListOper)
                {
                    [_objRemoteImgListOper sendMessageGUID:guid ByDict:blockDict withProgress:nil];
                }
            });
        });
    });
}

Features


  1. Gives Xcode's autocompletion to be able to filter like Open Quickly does2. Ordered
  2. Supports Xcode 5.0, 5.0.1, 5.0.2 and 5.1
  3. Supports Xcode's learning and context-aware priority system
  4. Uses Grand Central Dispatch to parallelise matching
  5. Productivity++

Notes


  • Only tested with Xcode 5 on 10.8.5
  • Hasn't been tested with other plugins

Changelog

Setext-style:

1.0 - 2014/02/04

Initial release

tkremotemessagelistoperator's People

Contributors

nicolastinkl avatar

Watchers

 avatar  avatar  avatar

Forkers

aoaotown

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.