Example #1
0
        public void ReplyTo(UIViewController parent, Tweet source, bool replyAll)
        {
            ResetComposer(Locale.GetText("Reply Tweet"), replyAll ? source.GetRecipients() : '@' + source.Screename + ' ');
            InReplyTo       = source.Id;
            directRecipient = null;

            Activate(parent);
        }
Example #2
0
        public void ReplyTo(UIViewController parent, Tweet source, bool replyAll)
        {
            ResetComposer (Locale.GetText ("Reply Tweet"), replyAll ? source.GetRecipients () : '@' + source.Screename + ' ');
            InReplyTo = source.Id;
            directRecipient = null;

            Activate (parent);
        }