Robert Mao

Results 5 issues of Robert Mao

I am using Meteor-iOS without core data, everything works fine, however when I try to get the documents from the collections, the order of the collection is completely lost. e.g....

Try to presentBufferSheetWithText from a modal view controller will fail. The buffer's sheet is displayed under the current view controller, so it won't allow user do anything with it. Can...

Please add Cocoapod support, this will make integration much much easier.

学习下这个DIF的 js lib的设计, 它这个设计貌似如果实现不同的 did 可以有一个统一的界面,然后可以来实现各种不同的动作。 https://github.com/decentralized-identity/did-jwt https://github.com/decentralized-identity/did-jwt-vc 例如其例子: ``` import * as EthrDID from 'ethr-did' import { Issuer } from 'did-jwt-vc' const issuer: Issuer = new EthrDID({ address: '0xf1232f840f3ad7d23fcdaa84d6c66dac24efb198',...

把目前DID相关的SDK从原来的Forge里独立出来,成为我们专门的DID SDK。 而Forge的SDK可以依赖DID的SDK。 因为完全有可能有用户需要用DID,却不需要用Forge。 从层次上而言,是这样的由底到上的结构: Crypto SDK --> DID SDK --> ArcBlock Platform SDK 参考百度的DID SDK: https://did.baidu.com/javascript-sdk/