зеркало из https://github.com/xamarin/ios-samples.git
Revert accidental commit
This commit is contained in:
Родитель
23c3506775
Коммит
b2f4a05c86
|
@ -19,7 +19,6 @@ namespace BubbleCell
|
|||
{
|
||||
DialogViewController chat;
|
||||
UIWindow window;
|
||||
Section chatSection;
|
||||
|
||||
static void Main (string[] args)
|
||||
{
|
||||
|
@ -30,17 +29,14 @@ namespace BubbleCell
|
|||
{
|
||||
window = new UIWindow (UIScreen.MainScreen.Bounds);
|
||||
var root = new RootElement ("Chat Sample") {
|
||||
(chatSection = new Section () {
|
||||
new ChatBubble (false, " "),
|
||||
new ChatBubble (false, " "),
|
||||
new ChatBubble (false, " \n \n \n "),
|
||||
new ChatBubble (false, " \n "),
|
||||
new Section () {
|
||||
new ChatBubble (true, "This is the text on the left, what I find fascinating about this is how many lines can fit!"),
|
||||
new ChatBubble (false, "This is some text on the right"),
|
||||
new ChatBubble (true, "Wow, you are very intense!"),
|
||||
new ChatBubble (false, "oops"),
|
||||
new ChatBubble (true, "yes"),
|
||||
})
|
||||
|
||||
}
|
||||
};
|
||||
chat = new DialogViewController (UITableViewStyle.Plain, root);
|
||||
chat.TableView.SeparatorStyle = UITableViewCellSeparatorStyle.None;
|
||||
|
|
Загрузка…
Ссылка в новой задаче